Alexander Weidinger
0433114083
osmap: Raspbian used the Debian repo
5年前
Imran Iqbal
1f0cefdb78
fix(windows): use correct `salt-minion` package name
* From `salt-winrepo-ng`:
+ https://github.com/saltstack/salt-winrepo-ng/blob/master/salt-minion-py2.sls
- Package: `salt-minion`
+ https://github.com/saltstack/salt-winrepo-ng/blob/master/salt-minion-py3.sls
- Package: `salt-minion-py3`
* Close #411
5年前
Imran Iqbal
f5ab70e90b
refactor(osfamilymap): rename `py_ver_dir` since not only for dirs
* Prepare for selecting correct version of Windows `salt-minion` pkg
5年前
Imran Iqbal
ab765e3305
Revert "shutup debug output from unless"
This reverts commit 2a0f4617db
.
* Close #403
5年前
Javier Bértoli
4231029c62
Changed Redhat's repo name and file
To match the one used by the bootstrapper. Otherwhise, we end up with two repos configured
5年前
Javier Bértoli
2e1d4c4573
Specify dependencies
5年前
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年前
Imran Iqbal
922135df31
Improve reformating of `formulas.sls` Jinja
5年前
Imran Iqbal
f76364c1b7
Reformat `formulas.sls` Jinja to make it easier to work with
5年前
Dafydd Jones
a0e0a65e18
osfamily map: make pkgrepo work for Debian derivatives without their own repos
e.g. TurnKey Linux amongst others
5年前
Imran Iqbal
f7be659561
Fix `repo.saltstack.com` URLs for Python 3 packages ( #364 )
5年前
Imran Iqbal
feb09698ce
Fix `salt:lookup` regression
5年前
Niels Abspoel
66c0699814
fix small issues found by @myii
5年前
Niels Abspoel
7fdba98802
fix typo
5年前
Niels Abspoel
93682852a7
simplify map.jinja
5年前
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年前
Thor77
ff34b1f8a4
Add missing GitPython-package for Arch
5年前
N
2a0f4617db
shutup debug output from unless
6年前
N
322dc97763
shutup cmd.run (its debug by default)
6年前
N
5570b6c072
Move some defaults from pillar.example to defaults
6年前
Heinz Wiesinger
549c73c739
Fix support for extra config values as mappings
6年前
N
8a6badf714
Stop noise from 'test -e' check'
6年前
Krzysztof Pawłowski
f43cc94362
Support fileserver_list_cache_time in master configuration
6年前
Johannes Löthberg
ec33ba5fab
Add support for file external_auth special directives
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
6年前
Alexandre Anriot
3e6e6028ae
Support publisher_acl minion-level commands
6年前
Matthew Richardson
aff75ce8ac
Handle other non-iterable values like int/float.
6年前
Matthew Richardson
1a5027ef8c
Handle pillar params with child params. ( #372 )
6年前
Matthew Richardson
c363aa9e04
Handle extra config where value is a list.
6年前
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年前
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年前
Justin Riley
d2ceaab7dd
only set master_alive_interval once ( #368 )
closes #367
6年前
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年前
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年前
Jerzy Drozdz
d1e4768cdb
Quotation and ipv6 ( #355 )
* Added quotration around globing rules
6年前
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年前
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年前
Niels Abspoel
3c731605cc
fix iteritems python3
6年前
Iustina
6027df00a4
Add configuration for packages version
6年前
Stefan Reimer
e92f6f80b0
Fix default value to match array type of pillar
6年前
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年前
Colin Stubbs
32f3104dbe
Missing single quote
6年前
Colin Stubbs
4307b8ee65
Add pkg source default options for MacOS
6年前
Colin Stubbs
532b306b4e
Add initial basis for proper MacOS support
6年前
Colin Stubbs
996aa78a8b
pillar example is incorrect; map.jinja incorrectly names package for windows
6年前
Jorge Schrauwen
71e08ab599
Set correct api_service for SmartOS
On SmartOS the salt-api daemon is started by the salt:api service.
7年前
Theo Chatzimichos
fa657a850e
add also default git values for SUSE osfamily ( #344 )
they get overwritten from defaults.yaml if not specified
7年前
Theo Chatzimichos
3fd9b0964d
add default values for SUSE osfamily ( #343 )
7年前
Dafydd Jones
d987901db2
fix windows minion restart command
7年前
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年前
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年前