Another indentation fix in salt.states.alternatives

This commit is contained in:
Denys Havrysh 2016-03-28 15:45:43 +03:00
parent 85d0576583
commit 34aaea93b4

View file

@ -22,8 +22,8 @@ Control the alternatives system
hadoop-0.20-conf:
alternatives.remove:
- name: hadoop-0.20-conf
- path: {{ my_hadoop_conf }}
- name: hadoop-0.20-conf
- path: {{ my_hadoop_conf }}
'''