0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-27 22:38:10 +01:00

Merge pull request #15 from Linuturk/master

Corrected the typo for the minion configuration file.
This commit is contained in:
Seth House 2013-08-23 19:38:36 -07:00
commit ca231053f2

View File

@ -17,7 +17,7 @@
# Per default the minion will automatically include all config files
# from minion.d/*.conf (minion.d is a directory in the same directory
# as the main minion config file).
{{ get_config('default_include', 'master.d/*.conf') }}
{{ get_config('default_include', 'minion.d/*.conf') }}
# Set the location of the salt master server, if the master server cannot be
# resolved, then the minion will fail to start.