2
0
Go to file Use this template
2014-10-16 17:30:04 +02:00
dev Added a Vagrant setup to instantly test the formula 2014-10-16 17:30:04 +02:00
salt Merge remote-tracking branch 'origin/pr/47' 2014-10-09 16:39:07 -06:00
.gitignore Added a Vagrant setup to instantly test the formula 2014-10-16 17:30:04 +02:00
LICENSE Add LICENSE. 2013-07-27 23:33:47 +02:00
pillar.example Merge remote-tracking branch 'origin/pr/47' 2014-10-09 16:39:07 -06:00
README.rst Readme note about user-provided configuration templates. 2014-10-06 12:34:25 -04:00
Vagrantfile Added a Vagrant setup to instantly test the formula 2014-10-16 17:30:04 +02:00

salt

Yes, Salt can Salt itself!

Available states

salt.minion

Install a minion

salt.master

Install a master.

salt.syndic

Install a syndic.

salt.cloud

Install salt cloud.

Configuration

Every option available in the templates can be set in pillar. Settings under 'salt' will be overridden by more specific settings under salt['master'], salt['minion'] or salt['cloud']

salt:
  ret_port: 4506
  master:
    user: saltuser
    ...
  minion:
    user: saltuser
    ...
  cloud:
    providers: ec2
    ...

Extending

Additional templates can be added by the user under salt/files/minion.d and master.d. This might be useful if, for example, a recently-added configuration option is not yet provided by the default template.