Erik Johnson
2cdb59d055
Merge pull request #38419 from Ch3LL/fix_doc_scsi
...
fix scsci docs example
2016-12-22 12:57:50 -06:00
Ch3LL
234043b8bb
fix scsci docs example
2016-12-22 11:32:38 -07:00
rallytime
efb8a8ddf5
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- doc/ref/configuration/minion.rst
- salt/config/__init__.py
- salt/minion.py
2016-12-22 10:39:14 -07:00
Erik Johnson
27253522c8
Improve pillar documentation ( #38407 )
...
* rename anchor
* Move pillar cache config option to different section, add an anchor
* Add links to master and minion config items
* Add documentation for pillar.item's "delimiter" argument
* Improve pillar documentation
This improves RST formatting, adding hyperlinks as well as adding
information on the difference between in-minion pillar data and
pillar data that is compiled on-demand.
* Add section on how pillar environments are handled
2016-12-22 10:32:37 -07:00
Mike Place
bbc149c67f
Merge pull request #38342 from scthi/bugfix-ext-pillar-nodegroups
...
Bugfix ext pillar nodegroups
2016-12-22 09:47:42 -07:00
Mike Place
423b1fddff
Merge pull request #38398 from terminalmage/issue38372
...
Fix call to file.get_managed in cron.file state
2016-12-22 09:46:12 -07:00
Mike Place
453476d982
Merge pull request #38403 from terminalmage/document-saltenv
...
git_pillar: Document the transition from env to saltenv in the jinja context
2016-12-22 09:34:47 -07:00
Bruno Binet
b66b4bd060
Fix lint violations in stack.py
2016-12-22 17:29:45 +01:00
Bruno Binet
6a30fe6aeb
Update PillarStack stack.py to latest upstream version
...
which provides a fix for issue
https://github.com/bbinet/pillarstack/issues/6
2016-12-22 15:35:41 +01:00
Thilo Schmalfuss
dba315c4b6
ext-pillar nodegroups works for all minions now.
2016-12-22 11:57:17 +01:00
root
6b9e9d8f89
Fix eauth error with openLDAP/389 directory server groups
...
Fixes #36148
2016-12-22 08:08:49 +02:00
Erik Johnson
0a72e0f0be
git_pillar: Document the transition from env to saltenv in the jinja context
2016-12-21 20:30:06 -06:00
Erik Johnson
c80dbaa914
Fix call to file.get_managed in cron.file state
2016-12-21 17:03:11 -06:00
dragon788
9d9b686057
Address review comments, consistency of quotes
2016-12-21 13:44:56 -06:00
Heewa Barfchin
5a33d1e697
Fix http.query when result has no text ( #38382 )
2016-12-21 09:07:42 -07:00
Nicole Thomas
b74b5c7d38
Merge pull request #38390 from meaksh/2016.3-fix-try-restart-for-autorestarting-on-SUSE-systems
...
Add "try-restart" to fix autorestarting on SUSE systems
2016-12-21 09:06:23 -07:00
Michael Calmer
de6ec05ec0
add try-restart to fix autorestarting on SUSE systems
2016-12-21 10:31:18 +00:00
dragon788
df9bd5e7f9
Use unambigous long names with double dashes
2016-12-20 18:25:42 -06:00
Mike Place
12436efb54
Merge pull request #38354 from gmacon/pip-freeze-all
...
Use --all when calling pip.py
2016-12-20 13:40:20 -07:00
Mike Place
68430b1fa6
Merge pull request #38348 from rallytime/mod-docs-2016.11
...
Update autodoc topics for new modules added in 2016.11
2016-12-20 13:36:20 -07:00
Mike Place
6ee7b2bae7
Merge pull request #38377 from DSRCorporation/features/consul_cache
...
Implementation and docs for Consul key-value store plugin for minion data cache.
2016-12-20 13:36:01 -07:00
Mike Place
f6d1b559bc
Merge pull request #38373 from rallytime/bp-38212
...
Back-port #38212 to 2016.11
2016-12-20 13:35:09 -07:00
Mike Place
69c3f19fc1
Merge pull request #38374 from cloudflare/FIX-NAPALM-PROXY
...
NAPALM proxy module: Fix optional_args key issue
2016-12-20 13:34:58 -07:00
Mike Place
2c3a39760a
Merge pull request #38221 from UtahDave/fix_default_returner
...
Fix default returner
2016-12-20 13:34:35 -07:00
rallytime
b31c2412ca
Add __iter__ and next options to doc/conf.py
...
This allows sphinx to build without autodoc errors on mock objects
that should be iterable.
Also added versionadded tags to the snapper module and state.
2016-12-20 11:50:43 -07:00
rallytime
b8c16094c4
Revert "Move import/error messaging logic for snapper module into __virtual__()"
...
This reverts commit 640db5b5ac
.
This isn't the right approach. We need the "snapper" object throughout the rest
of the module.
2016-12-20 11:41:57 -07:00
Dmitry Kuzmenko
6fb4430ae3
Configuration options and documentation for Consul data cache plugin.
2016-12-20 21:27:43 +03:00
David Boucha
385640765b
remove a blank line to satisfy linter
2016-12-20 10:19:44 -07:00
Stefan Priebe
52fc6daac0
ZMQ: add an option for zmq.BACKLOG to salt master (zmq_backlog)
2016-12-20 09:55:31 -07:00
Mircea Ulinic
44169315d8
Fix optional_args key issue
2016-12-20 16:55:10 +00:00
George Macon
dca24b270e
Use --all when calling pip.py
...
Fixes #38253 .
2016-12-20 11:48:00 -05:00
Dmitry Kuzmenko
dad748f57a
Data cache plugin configuration documentation.
2016-12-20 19:32:48 +03:00
Dmitry Kuzmenko
c7209cd90c
Consul data cache plugin.
2016-12-20 19:32:37 +03:00
Mike Place
530f495955
Merge pull request #38073 from doublescoring/2016.11
...
2016.11
2016-12-20 07:51:10 -07:00
Mike Place
67908d5aba
Merge pull request #38344 from bbinet/fix-influx-createdb
...
Fix influxdb_database.present state
2016-12-20 06:57:45 -07:00
Nicole Thomas
04d6898958
Merge pull request #38358 from rallytime/merge-2016.11
...
[2016.11] Merge forward from 2016.3 to 2016.11
2016-12-19 17:11:47 -07:00
David Boucha
9c248aa14c
validate return opt, remove default.
2016-12-19 15:27:49 -07:00
rallytime
c6e191ad0d
Remove doc markup references from 2016.11 branch
2016-12-19 15:14:37 -07:00
rallytime
513058945c
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- doc/ref/states/requisites.rst
- doc/topics/cloud/profitbricks.rst
- doc/topics/cloud/vsphere.rst
- doc/topics/releases/0.9.8.rst
- doc/topics/releases/releasecandidate.rst
- salt/cloud/clouds/vsphere.py
- salt/minion.py
- salt/states/archive.py
- tests/unit/states/archive_test.py
2016-12-19 14:58:39 -07:00
Erik Johnson
79231a5d8a
archive.extracted: don't try to cache local sources ( #38285 )
...
* archive.extracted: don't try to cache local sources
This will keep us from trying to cache file when we already have it
locally, which will help significantly with larger archives.
* Update tests to reflect change in cache behavior
* Add mock return for /bin/tar
This fixes failing tests for Ubuntu 14
2016-12-19 14:37:58 -07:00
David Boucha
8bb37f9fe7
specify allowed types and default for "returner"
2016-12-19 14:25:10 -07:00
Erik Johnson
13414949e3
Merge pull request #37947 from vutny/fix-rhel5-minion-init
...
Fix `salt-minion` initscript for RHEL5 (SysV) to pick up proper python version
2016-12-19 15:03:49 -06:00
David Boucha
11863a4bfe
add examples of default minion returners
2016-12-19 13:47:40 -07:00
David Boucha
e7c6012655
add support for default returners using return
2016-12-19 13:47:40 -07:00
rallytime
640db5b5ac
Move import/error messaging logic for snapper module into __virtual__()
...
This allows the docs to build without any mocking, and it makes sense
for this type of isolated logic to be located in the __virtual__()
function instead of the module namespace.
2016-12-19 11:10:21 -07:00
rallytime
366271f459
Add snapper to state index doc module list
2016-12-19 10:32:44 -07:00
rallytime
135d254c80
Remove netapi autodoc files: they should not be added as their doc structure is different
2016-12-19 17:00:20 +00:00
rallytime
0006139aca
Update autodoc topics for new modules added in 2016.11
2016-12-19 16:44:34 +00:00
Mike Place
4d072ca689
Merge pull request #38106 from techhat/stateget
...
"test" is not necessarily in opts, for thorium
2016-12-19 07:40:31 -07:00
Bruno Binet
c6b075d6f4
Fix influxdb_database.present state
...
make use of influxdb.create_db instead of influxdb.db_create which does
not exist
2016-12-19 15:13:44 +01:00