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