This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
old-salt-formula
mirror of
https://github.com/saltstack-formulas/salt-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
68
Wiki
Activity
Browse Source
saltify provider should set correct master
This is necessary for the correct settings on the minions when saltifying new hosts
tags/v0.57.0
Jimmy Tang
9 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