Create the /usr/share/google dir in salt

This commit is contained in:
Justin Santa Barbara 2015-04-02 13:51:21 -07:00
parent 3549b30c8e
commit a366f9ee88

View File

@ -1,4 +1,10 @@
{% if grains['cloud'] is defined and grains['cloud'] == 'aws' %}
/usr/share/google:
file.directory:
- user: root
- group: root
- dir_mode: 755
/usr/share/google/safe_format_and_mount:
file.managed:
- source: salt://helpers/safe_format_and_mount