mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Create the /usr/share/google dir in salt
This commit is contained in:
parent
3549b30c8e
commit
a366f9ee88
@ -1,4 +1,10 @@
|
|||||||
{% if grains['cloud'] is defined and grains['cloud'] == 'aws' %}
|
{% 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:
|
/usr/share/google/safe_format_and_mount:
|
||||||
file.managed:
|
file.managed:
|
||||||
- source: salt://helpers/safe_format_and_mount
|
- source: salt://helpers/safe_format_and_mount
|
||||||
|
Loading…
Reference in New Issue
Block a user