This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
old-salt-formula
forked from
ExternalMirrors/old-salt-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
saltify provider should set correct master
This is necessary for the correct settings on the minions when saltifying new hosts
master
Jimmy Tang
10 years ago
parent
f2131b05f3
commit
2e30a44e41
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
salt/files/cloud.providers.d/saltify.conf
+ 2
- 0
salt/files/cloud.providers.d/saltify.conf
View File
@@ -1,3 +1,5 @@
# This file is managed by Salt via {{ source }}
saltify:
provider: saltify
minion:
master: {{ cloud['master'] }}
Write
Preview
Loading…
Cancel
Save