17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
CreateScriptsDirectory:
|
|
file.directory:
|
|
- name: /root/scripts
|
|
- makedirs: True
|
|
- user: root
|
|
- group: root
|
|
- dir_mode: 755
|
|
- file_mode: 644
|
|
|
|
ScriptMesFonctions:
|
|
file.managed:
|
|
- source: 'salt://Maison/Scripts/MesFonctions.sh'
|
|
# - source: 'salt://Scripts/MesFonctions.sh'
|
|
- name: /root/scripts/MesFonctions.sh
|
|
- user: root
|
|
- group: root
|
|
- mode: 4750 |