%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/states/ |
| Current File : //proc/self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/states/alternatives.pyo |
�
���^c @@ s` d Z d d l m Z m Z m Z i d d 6Z d � Z d � Z d � Z d � Z d � Z
d
S( u
Configuration of the alternatives system
Control the alternatives system
.. code-block:: jinja
{% set my_hadoop_conf = '/opt/hadoop/conf' %}
{{ my_hadoop_conf }}:
file.directory
hadoop-0.20-conf:
alternatives.install:
- name: hadoop-0.20-conf
- link: /etc/hadoop-0.20/conf
- path: {{ my_hadoop_conf }}
- priority: 30
- require:
- file: {{ my_hadoop_conf }}
hadoop-0.20-conf:
alternatives.remove:
- name: hadoop-0.20-conf
- path: {{ my_hadoop_conf }}
i ( t absolute_importt print_functiont unicode_literalsu setu set_c C@ s d t k r t St S( uB
Only load if alternatives execution module is available.
u alternatives.auto( t __salt__t Truet False( ( ( s<