myii
784e2bc372
Update `pillar.example` for single-dir, multi-branch `salt_formulas` #239 ( #373 )
* Also minor unrelated updates/fixes
před 6 roky
myii
91b666c75f
Improve limitations related to `git.latest` in `salt.formulas` ( #239 )
* Ensure options for formulas `git.latest` are also based on defaults
* Prevent erroneous remote tracking branch modification by `salt.formulas` #238
* Allow multiple envs to use the same gitdir for `salt.formulas`
* Ensure `gitdir` original branch is checked out after formulas `git.latest`
* Fix erroneous comment re: merging in `salt` pillar
před 6 roky
Felix Russell
9f33d2afe1
[Minion] [returner] [Elasticsearch] Yaml read patch + example.pillar update ( #359 )
* Minion/returner/elasticsearch yaml read fix.
* Improved the documentation for the elasticsearch returner
před 6 roky
Colin Stubbs
32d9a9467d
Add MacOS support; fix Issue #352 ( #363 )
* Add MacOS support; fix Issue #352
* On MacOS, only attempt download if condition
Add if salt_settings.install_packages to requisites for an attempt to download the minion package on MacOS
* Update example pillar for MacOS support
Describe how to use MacOS specific options
* Add MacOS notes
* Update README.rst
* Update README.rst
před 6 roky
Iustina
6027df00a4
Add configuration for packages version
před 6 roky
Colin Stubbs
996aa78a8b
pillar example is incorrect; map.jinja incorrectly names package for windows
před 6 roky
Angelo Verona
c8e86c5d76
Changed formating in pillar example to avoid warning about wrong dictionary format from Salt. Added comment about type of token.
před 7 roky
Tibold
e94f15d0fe
Added support for installing pynotify when inotify beacons are configuredwq
před 7 roky
Alexander Weidinger
7e8df76e28
Corrected salt:release in pillar.example
Fixes 'TypeError: coercing to Unicode: need string or buffer, float found'
před 7 roky
Arthur Lutz
0467074e28
[pillar.example] fix indentation of reactors examples
před 7 roky
Elliot Chen
ec8241c6fd
Added minion scheduler configuration
před 7 roky
carpenti
6622d177bf
add a way to set which release of saltstack to use
SaltStack provides "versioned" repositories, this commit add a way
to set which release of salt to use.
It adds a pillar "salt:release" which can be set to a specific release
(ex: 2016.11). This release is then used to configure properly the
repositories URLs for Debian/Ubuntu/RedHat.
The default behavior is to point to 'latest', retaining the previous
behavior if the "salt:release" pillar is not set.
před 7 roky
Javier Bértoli
3a1e7ad9f9
Fix reactor examples
před 7 roky
Javier Bértoli
442806ab9e
Allow to specify different reactors for minions and masters
před 7 roky
Tobias Martin
73906a03a5
added beacons configuration support
před 7 roky
Niels Abspoel
ddaa166de2
add engine and reactor config to salt minion configuration
před 8 roky
Jeremy T. Bouse
4283cba123
Add example for winrepo_provider
před 8 roky
Matthew Richardson
89ece150e6
Tidy up comments, add some docs/examples.
před 8 roky
Rene Jochum
f17b8f5424
Add optional method to remove /etc/salt/master.
Signed-off-by: Rene Jochum <rene@jochums.at>
před 8 roky
Rene Jochum
1b611c871e
Add optional method to remove /etc/salt/minion.
Signed-off-by: Rene Jochum <rene@jochums.at>
před 8 roky
Matthew X. Economou
d7be9aba9f
Document sample s3fs configuration
před 8 roky
risca
ca42d40ef9
added support for LXC profiles
před 8 roky
Christian McHugh
ac4ed62c03
Support engine configuration
před 8 roky
Brad Thurber
b9ae603fd7
Add support for master eauth LDAP config
před 8 roky
Brad Thurber
b3a3fa4d72
Ability to create non-templated cloud config files (maps/providers/profiles).
před 8 roky
Brad Thurber
c4ef48c5e8
add new gitfs functionality
před 8 roky
David Boucha
08501c9e18
Comment out second master config example
This second master config example was causing problems when vagrant
would use the default pillar.example
před 8 roky
Matthew X. Economou
e8021220b8
Revert PR #200
This restores the original structure/behavior of the
`salt_formulas` Pillar key.
před 8 roky
Thomas Larsen
bbeacc4ace
Fixed typo in `pillar.example`
před 8 roky
Thomas Larsen
d1cbec3fe2
Added support for downloading formulas from multiple baseurls into the same environment.
před 8 roky
Brian Jackson
d216a3f651
Revert "Install cherrypy/tornado from pip only if use_pip is True."
This reverts commit 90282eff03
.
před 9 roky
René Jochum
90282eff03
Install cherrypy/tornado from pip only if use_pip is True.
Signed-off-by: René Jochum <rene@jochums.at>
před 9 roky
Edvinas Klovas
47b75d05c7
add pillar_roots for minion and master in pillar.example
před 9 roky
Andrew Vant
ba143c1810
Updated pillar.example with the correct defaults for template_sources.
před 9 roky
Andrew Vant
f3ed6e1828
cloud.providers.d can now be redirected.
This obsoletes the salt:cloud:folders and salt:cloud:providers pillar
entries. Provider keys have been moved to /etc/salt/pki/cloud.
před 9 roky
Andrew Vant
fb1d7e8d3b
Added pillar option to redirect profile and map folders.
před 9 roky
Andrew Vant
2d986eaa3f
Updated pillar.example with mine example.
před 9 roky
Brian Jackson
924c04c0d8
Add setting to not install packages
If you are installing Salt via git/pip, the formula will try to overwrite your
install with packaged versions. This setting makes it possible to avoid that.
před 9 roky
Brian Jackson
86c7b0a3e5
Add note about config option
Add note explaining what clean_config_d_dir does and why you shouldn't set it
to True.
před 9 roky
Brian Jackson
8ebb7f57df
Stop using clean: True on /etc/salt/{minion,master}.d
New versions of Salt put config files in /etc/salt/{minion,master}.d. We don't
want to erase them by using a clean: True on the file.recurse. This is a
backward incompatible change, but it's necessary to avoid deleting Salt config
files.
Resolves #104
před 9 roky
Niels Abspoel
23fd8b64af
Fix #39 multi master support to minion
This will fix #39
And it will be backwards compatible with the current pillar configuration.
před 9 roky
Niels Abspoel
7ddc1692ec
added rest_tornado to _defaults.conf
see pillar.example for configuration
před 9 roky
Nitin Madhok
fa6c39eccd
Revert "Add mine_functions to master config template"
před 9 roky
Jimmy Tang
deee69319f
Add mine_functions to master config template
před 9 roky
Niels Abspoel
d071713fa7
update pillar.example for new lookup
před 10 roky
Raphaël Hertzog
f46b4f29d8
Add new “salt.formulas” state to manage salt formulas
This state downloads formulas from git repositories and ensures
that they are recorded in the file_roots setting.
před 10 roky
Niels Abspoel
ef4bc1a25a
Added support for salt minion gitfs
Gitfs for the minion is possible with salt 2014.7
Updated config _defaults.conf and pillar with example
Tested it on Archlinux with salt-call --local state.highstate
před 10 roky
Tiru Srikantha
70b5c981fa
Test if individual gitfs remote is string
https://github.com/saltstack-formulas/salt-formula/issues/64
Fixes issue where a gitfs remote that has no child options would cause an
error. Also fix up bad yaml in pillar example.
před 10 roky
Tim O'Guin
cde16097ed
add support for installing salt-ssh and managing the roster file, updated README and pillar.example
před 10 roky
Tim O'Guin
2852e7b897
add templated file for reactor configuration and update pillar.example.
před 10 roky