Denys Havrysh
3751a270d7
Document pillar cache options ( #32643 )
...
* Add note about Pillar data cache requirement for Pillar targeting method
* Add `saltutil.refresh_pillar` function to the scheduled Minion jobs
* Minor fixes in docs
* Add note about relations between `pillar_cache` option and Pillar Targeting
to Master config comments with small reformatting
* Document Pillar Cache Options for Salt Master
* Document Minions Targeting with Mine
* Remove `saltutil.refresh_pillar` scheduled persistent job
2016-04-22 08:54:30 -06:00
Boris Feld
2cd08177be
Update external auth documentation to list supported matcher. ( #32733 )
...
Thanks to #31598 , all matchers are supported for eauth configuration.
But we still have no way to use compound matchers in eauth configuration.
Update the documentation to explicitly express this limitation.
2016-04-21 08:33:50 -06:00
Erik Johnson
ab9da90ced
Revert PR #32480 and apply #32314 with fixes / documentation ( #32558 )
...
* Revert "Fix loop in maint.flo"
This reverts commit 5196cd6a6e5db3c7b1a47b1740881bbd3e87ea3d.
* Revert "Clear VCS fsbackend and git_pillar locks on master start"
This reverts commit 7e3caa9bae1ac4de62db9924374e35a8b826937e.
* Revert "Add functions to remove VCS fsbackend update locks and git_pillar update/checkout locks"
This reverts commit 4c2db32419022501eae2a695ec488693e043d189.
* prevent eternal gitfs lock due to process crash
* Use salt.utils.fopen() instead of open()
* Make pid locking work for more than just gitfs
Also, make logging more descriptive, to aid in troubleshooting.
* Add git_pillar_global_lock config option default value
* Document proper usage of {gitfs,git_pillar}_global_lock
2016-04-14 10:36:59 -06:00
rallytime
fbaeb165c9
Merge branch '2015.5' into merge-2015.8
...
No conflicts.
2016-04-13 09:07:39 -06:00
Andrew Pashkin
e0d947c707
Document "grains" setting in the minion configuration reference
2016-04-13 08:56:05 -06:00
Erik Johnson
e04cf879b6
Document new behavior of pkg.installed for yum/dnf packages with non-zero epoch
2016-04-11 14:42:23 -05:00
Erik Johnson
1948920674
Add external ref to windows package manager docs
2016-04-08 22:00:06 -05:00
rallytime
9531ea6ef5
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/topics/highavailability/index.rst
- salt/loader.py
- salt/modules/service.py
- salt/states/cmd.py
- tests/unit/states/cmd_test.py
2016-04-07 16:10:32 -06:00
Erik Johnson
709410ada3
Improve git_pillar documentation/logging
...
* Add note about different behavior of top file in git_pillar
* Make log entry for a missing pillar SLS file more accurate for git_pillar
2016-04-07 09:10:53 -06:00
Mike Place
3f03c5fcf9
Merge pull request #32374 from cachedout/issue_32066
...
Update proxmox documentation
2016-04-05 16:25:16 -06:00
Mike Place
62389d1d1a
Update proxmox documentation
2016-04-05 16:24:26 -06:00
C. R. Oldham
3bbe284d89
Remove 'experimental' warning from SDB docs.
2016-04-05 09:42:34 -06:00
Ch3LL
2774da288d
remove reference to master_alive_check
2016-04-04 13:49:33 -06:00
rallytime
d7b4b8b081
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/ref/configuration/master.rst
- doc/ref/configuration/minion.rst
- salt/config.py
2016-04-04 12:36:14 -06:00
Mike Place
9065201761
Merge pull request #32316 from vutny/update-bootstrap-tutorial
...
Update Salt Bootstrap tutorial
2016-04-04 11:18:12 -06:00
Benjamin Drung
a7db152333
Fix typo dont -> don't
2016-04-04 14:56:29 +02:00
Benjamin Drung
d4c037301b
Fix typo missmatch -> mismatch
2016-04-04 14:54:54 +02:00
Benjamin Drung
0f2c779b90
Fix typo fucntion -> function
2016-04-04 14:47:12 +02:00
Benjamin Drung
301e78b5be
Fix typo vaules -> values
2016-04-04 14:28:35 +02:00
Benjamin Drung
8cada9573f
Fix typos of retrieve
2016-04-04 14:27:41 +02:00
Benjamin Drung
b484d6f9c9
Fix typo directorys -> directories
2016-04-04 14:20:39 +02:00
Denys Havrysh
b9698f015d
Update Salt Bootstrap tutorial
2016-04-02 17:06:44 +03:00
twangboy
c971a3b054
Add documentation for disabled the winrepos
2016-04-01 14:18:31 -06:00
rallytime
7e642b8381
Audit config.py default types and values - first sweep
...
- Updated standard types in VALID_OPTS dict where necessary
- Updated default values to match VALID_OPTS in DEFAULT_*_OPTS dicts
- Updated master/minion configuration reference docs to match changes
- Removed enumerate_proxy_minions value as it's not referenced anywhere in code
2016-03-31 13:50:51 -06:00
Jacob Hammons
ff8ca5ac2e
Replaces incorrect reference to master_alive_check
with master_alive_interval
in docs
2016-03-30 20:32:43 -06:00
Jacob Hammons
596444e2b4
2015.8.8.2 release notes
...
Adds banner notifiying user when they are viewing release notes for an old release
2016-03-29 06:38:04 -06:00
rallytime
40d09c822e
Add some "best practices" information to test documentation
...
Also clarifies some sections and fixes some broken links.
2016-03-28 14:23:42 -06:00
Mike Place
63c8bf3542
Merge pull request #32160 from cachedout/issue_31944
...
Fix beacon tutorial docs
2016-03-25 16:32:51 -06:00
Mike Place
104ada5b6f
Fix beacon tutorial docs
...
Closes #31944
2016-03-25 16:31:39 -06:00
Mike Place
a09aa18036
Merge pull request #32127 from rallytime/dunder-docs
...
Add runners to __salt__ docs
2016-03-25 09:54:02 -06:00
rallytime
482690ef33
Add note to docs about __salt__ referencing runner modules
2016-03-24 16:35:50 -06:00
rallytime
7554d0f42d
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/ref/states/include.rst
- doc/topics/cloud/reactor.rst
- doc/topics/reactor/index.rst
- doc/topics/releases/2015.5.10.rst
- doc/topics/tutorials/states_pt5.rst
- doc/topics/windows/windows-package-manager.rst
- salt/config.py
- salt/modules/state.py
- salt/states/grains.py
- tests/integration/modules/sysmod.py
- tests/unit/states/grains_test.py
2016-03-24 15:48:00 -06:00
Jacob Hammons
21eee08842
Added known issues 32004 and 32044 to 2015.8.8 release notes
2016-03-24 13:58:21 -06:00
rallytime
a11d2e413a
Add runners to __salt__ docs
2016-03-24 12:25:45 -06:00
Nicole Thomas
848ce5647f
Merge pull request #32096 from rallytime/bp-32065
...
Back-port #32065 to 2015.5
2016-03-23 16:01:36 -06:00
jacobhammons
9b332d48b9
Merge pull request #32104 from jacobhammons/dot10
...
One additional known issue for 2015.5.10 release notes
2016-03-23 15:20:49 -06:00
Jacob Hammons
b9fc882a1e
One additional known issue for 2015.5.10 release notes
2016-03-23 15:19:36 -06:00
jacobhammons
ff51d548e1
Merge pull request #32100 from jacobhammons/dot10
...
2015.5.10 release docs
2016-03-23 14:05:21 -06:00
Jacob Hammons
544a1661ce
2015.5.10 release docs
2016-03-23 14:04:29 -06:00
Jacob Hammons
8ec5d989ad
2015.8.8 release docs
2016-03-23 14:00:30 -06:00
TheNullByte
36a9d6a374
Fix an issue with the minion targeting example
...
There wasn't the grain selector during the targeting, so the example actually never targets any minions.
2016-03-23 13:56:17 -06:00
Erik Johnson
74ee8c54bc
Clarify prior role of state.highstate in states tutorial
2016-03-22 10:58:45 -05:00
Erik Johnson
1b97e4a3df
Improve state module docs, replace references to state.highstate/state.sls with state.apply
...
Resolves #32037 .
2016-03-21 22:56:17 -05:00
Josh Fraser
26eee1505f
There were two identical blocks concerning Windows Deploy Timeouts. This
...
pull request removes the extra block of text.
2016-03-21 09:08:21 -06:00
Justin Findlay
b984659678
update 2015.8.8 release notes
2016-03-17 15:07:10 -06:00
rallytime
06dd2c0411
Fix linking syntax in testing docs
2016-03-16 16:43:53 -06:00
Justin Findlay
64dd8aebb2
update 2015.8.8 release notes
2016-03-16 11:49:01 -06:00
rallytime
1a1ce05186
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- .testing.pylintrc
- salt/cloud/clouds/joyent.py
2016-03-15 12:34:57 -06:00
Sandor Zeestraten
a1a2229405
Adds missing docs for Azure cloud profile
...
Adds documentation for feature introduced in #24559 in salt-cloud
to specify virtual network and subnet in the Azure cloud profile.
2016-03-13 14:27:49 +01:00
rallytime
1470de17fa
Merge branch '2014.7' into '2015.5'
2016-03-12 19:08:20 -07:00