Javier Bértoli
2e1d4c4573
Specify dependencies
5 anos atrás
Javier Bértoli
b2d760cd87
Update the testing matrix to cover most distro+salt+python combinations
Use py3 for latest salt version
Use Python 2 on old distros
Update Gemfile
Updated centos-6 run_command, as it does not use systemd
Added tests to verify correct package versions for all cases tested
5 anos atrás
Imran Iqbal
922135df31
Improve reformating of `formulas.sls` Jinja
5 anos atrás
Imran Iqbal
f76364c1b7
Reformat `formulas.sls` Jinja to make it easier to work with
5 anos atrás
Dafydd Jones
a0e0a65e18
osfamily map: make pkgrepo work for Debian derivatives without their own repos
e.g. TurnKey Linux amongst others
5 anos atrás
Imran Iqbal
f7be659561
Fix `repo.saltstack.com` URLs for Python 3 packages ( #364 )
5 anos atrás
Imran Iqbal
feb09698ce
Fix `salt:lookup` regression
5 anos atrás
Niels Abspoel
66c0699814
fix small issues found by @myii
5 anos atrás
Niels Abspoel
7fdba98802
fix typo
5 anos atrás
Niels Abspoel
93682852a7
simplify map.jinja
5 anos atrás
Raluca Samuilescu
68f8d57e05
Fix `repo.saltstack.com` URLs for pinned minor release ( #364 )
* All minor releases appear in an `archive` sub-directory.
* Resolves main bug in GitHub issue #364 .
* Simplification of original GitHub PR #365 by @ralucasg .
5 anos atrás
Thor77
ff34b1f8a4
Add missing GitPython-package for Arch
5 anos atrás
N
2a0f4617db
shutup debug output from unless
6 anos atrás
N
322dc97763
shutup cmd.run (its debug by default)
6 anos atrás
N
5570b6c072
Move some defaults from pillar.example to defaults
6 anos atrás
Heinz Wiesinger
549c73c739
Fix support for extra config values as mappings
6 anos atrás
N
8a6badf714
Stop noise from 'test -e' check'
6 anos atrás
Krzysztof Pawłowski
f43cc94362
Support fileserver_list_cache_time in master configuration
6 anos atrás
Johannes Löthberg
ec33ba5fab
Add support for file external_auth special directives
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
6 anos atrás
Alexandre Anriot
3e6e6028ae
Support publisher_acl minion-level commands
6 anos atrás
Matthew Richardson
aff75ce8ac
Handle other non-iterable values like int/float.
6 anos atrás
Matthew Richardson
1a5027ef8c
Handle pillar params with child params. ( #372 )
6 anos atrás
Matthew Richardson
c363aa9e04
Handle extra config where value is a list.
6 anos atrás
ze42
2761d90626
minion: master_alive_interval: remove duplicate ( #369 )
Remove commented version and associated comment, as we still have the same
option earlier in config with an other valid comment.
6 anos atrás
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
6 anos atrás
Justin Riley
d2ceaab7dd
only set master_alive_interval once ( #368 )
closes #367
6 anos atrás
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
6 anos atrás
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
6 anos atrás
Jerzy Drozdz
d1e4768cdb
Quotation and ipv6 ( #355 )
* Added quotration around globing rules
6 anos atrás
Colin Stubbs
d40d869883
Add os_family default for gitpython on RedHat
salt.gitfs.gitpython.install_from_source == False on RedHat
Not sure about other O/S'es as to what default value should be
6 anos atrás
Colin Stubbs
275067afcf
Fix for issue #361
Add quick sanity check at start of state, do not attempt to do anything unless salt.gitfs.gitpython exists to check for install_from_source within
6 anos atrás
Niels Abspoel
3c731605cc
fix iteritems python3
6 anos atrás
Iustina
6027df00a4
Add configuration for packages version
6 anos atrás
Stefan Reimer
e92f6f80b0
Fix default value to match array type of pillar
6 anos atrás
Stefan Reimer
334d5de72b
Support profiles within engine.conf to be able to configure sqs_events, https://docs.saltstack.com/en/latest/ref/engines/all/salt.engines.sqs_events.html
6 anos atrás
Colin Stubbs
32f3104dbe
Missing single quote
6 anos atrás
Colin Stubbs
4307b8ee65
Add pkg source default options for MacOS
6 anos atrás
Colin Stubbs
532b306b4e
Add initial basis for proper MacOS support
6 anos atrás
Colin Stubbs
996aa78a8b
pillar example is incorrect; map.jinja incorrectly names package for windows
6 anos atrás
Jorge Schrauwen
71e08ab599
Set correct api_service for SmartOS
On SmartOS the salt-api daemon is started by the salt:api service.
7 anos atrás
Theo Chatzimichos
fa657a850e
add also default git values for SUSE osfamily ( #344 )
they get overwritten from defaults.yaml if not specified
7 anos atrás
Theo Chatzimichos
3fd9b0964d
add default values for SUSE osfamily ( #343 )
7 anos atrás
Dafydd Jones
d987901db2
fix windows minion restart command
7 anos atrás
Alexandre Gomes
01564c3753
Change cmd.wait to cmd.run ( #336 )
Changing cmd.wait to cmd.run as recomended on the documentation: https://docs.saltstack.com/en/latest/ref/states/all/salt.states.cmd.html#salt.states.cmd.wait
7 anos atrás
Andrew Ernst
9ef5335f7b
Update f_defaults.conf to support elasticsearch returner ( #335 )
Proposed pull request for elasticsearch returner in the minion.d/f_defaults.conf file
7 anos atrás
Gilles Dartiguelongue
3c88ad9918
Add pyinotify entry for Gentoo, refs #331
7 anos atrás
Christian McHugh
d5c10f5600
fix indenting around peer run. Convert extra configs from json to yaml
7 anos atrás
Tibold
80a160a810
Added default pyinotify package name for archlinux.
7 anos atrás
Tibold
e94f15d0fe
Added support for installing pynotify when inotify beacons are configuredwq
7 anos atrás
Niels Abspoel
e2973c644d
fix iteritems() with items()
7 anos atrás