Browse Source

Merge pull request #15 from Linuturk/master

Corrected the typo for the minion configuration file.
tags/v0.57.0
Seth House 11 years ago
parent
commit
ca231053f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/files/minion

+ 1
- 1
salt/files/minion View File

# Per default the minion will automatically include all config files # Per default the minion will automatically include all config files
# from minion.d/*.conf (minion.d is a directory in the same directory # from minion.d/*.conf (minion.d is a directory in the same directory
# as the main minion config file). # 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 # Set the location of the salt master server, if the master server cannot be
# resolved, then the minion will fail to start. # resolved, then the minion will fail to start.

Loading…
Cancel
Save