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