jacobhammons
0c60feac02
Doc clarifications to file modules, addition of new profile
log level to docs, fixed example in dnsmasq ( #34323 )
...
Refs #34249
Refs #34261
Refs #33694
Refs #34247
2016-06-28 12:03:59 -04:00
rallytime
f44a0543fe
Fix test example in integration testing docs
...
The example is out of date compared to the actual test it's modeling.
Notably, the self.state_result() function doesn't exist.
2016-06-27 10:22:15 -06:00
Nicole Thomas
47595d6795
Typo fix ( #34174 )
2016-06-21 12:08:43 -04:00
Thomas S Hatch
dd03024931
Merge pull request #34011 from rallytime/bp-33948-2015.8
...
Back-port #33948 and #34009 to 2015.8
2016-06-16 09:41:01 -06:00
Jacob Hammons
43b4a12aa2
Updated latest release version
2016-06-15 13:22:06 -06:00
rallytime
78befde62f
Add note to release notes about returner minions kwarg change
2016-06-14 12:51:44 -06:00
Jacob Hammons
b20213fd79
Adds links to several current Salt-related projects
...
Removes the salt_projects.rst file which hasn't been updated in a long time, this is replaced by the updated topics/projects/index.rst file
Adds a note about Salt Pack to the installation doc
2016-06-13 17:11:36 -06:00
jacobhammons
4a8064918a
Adds a "Generated on <timestamp>" line to the footer of each doc html page in the doc ( #33962 )
2016-06-13 11:24:40 -04:00
Denys Havrysh
8621f5be54
Debian installation docs: drop section about community-maintained repository
2016-06-02 17:50:47 +03:00
Jacob Hammons
42e358af7d
Updated version numbers in the docs for the 2016.3.0 release
2016-05-25 18:06:03 -06:00
rallytime
03b0c97520
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/ref/configuration/master.rst
- doc/ref/configuration/minion.rst
2016-05-25 12:26:00 -06:00
Mike Place
ee76be3b0b
Merge pull request #33503 from rallytime/fix-15252
...
Add docs about minion config file in standalone minion docs
2016-05-25 10:23:07 -07:00
rallytime
cfc07f7641
Add docs about minion config file in standalone minion docs
...
Fixes #15252
2016-05-25 11:00:12 -06:00
Mike Place
f72ec1479b
Merge pull request #33482 from rallytime/pillar-opts-docs
...
Add pillar_opts docs to master.rst
2016-05-25 09:39:25 -07:00
rallytime
b0a9f4181f
Add docs for the syndic_finger config
...
Fixes #18752
2016-05-24 16:10:43 -06:00
rallytime
087564528d
Add pillar_opts docs to master.rst
2016-05-24 13:26:24 -06:00
rallytime
7fd3e8f361
Fix docs about etcd config options and add pillar_opts doc
...
Fixes #33423
2016-05-24 13:19:20 -06:00
Nicole Thomas
00f9090928
Add docs about PyYAML's 1024 character limitations for simple keys ( #33459 )
...
Fixes #33389
2016-05-24 08:12:21 -07:00
rallytime
7c41c34528
Merge branch '2015.5' into '2015.8'
...
No conflicts.
2016-05-23 09:40:21 -06:00
Justin Findlay
2cc650965a
update 2015.5.11 release notes ( #33412 )
2016-05-20 15:08:35 -06:00
Nicole Thomas
3989e5b3de
Spelling correction. ( #33406 )
2016-05-20 13:15:08 -07:00
Nicole Thomas
637c2af0ad
Add note to absolute_imports practice about __future__ import ( #33377 )
...
Fixes #31430
2016-05-20 10:32:25 -07:00
jacobhammons
3c9def310c
Merge pull request #33403 from jacobhammons/dot10
...
2015.8.10 release notes
2016-05-20 10:02:50 -06:00
Jacob Hammons
e850c298a9
2015.8.10 release notes
2016-05-20 10:01:32 -06:00
rallytime
5aec32b20f
Merge branch '2015.5' into '2015.8'
...
No conflicts.
2016-05-19 18:18:10 -06:00
Mike Place
755acfb97e
Improve doc clarity for disable_modules documentation ( #33379 )
...
* Improve doc clarity for disable_modules documentation
* Additional clarification on blacklisted name
2016-05-19 16:31:41 -06:00
Jacob Hammons
5ce502160b
revved 2015.8 branch to .9 in version selector
2016-05-19 14:04:26 -06:00
Jacob Hammons
146b4df6be
Updates docs version to 2015.8.9
...
Adds note regarding the os grain on Mint Linux
Adds an FAQ regarding grains that change due to upstream changes
2016-05-19 13:41:35 -06:00
Nicole Thomas
4fdb097c01
Update job_cache and keep_jobs docs to be more specific to their behavior ( #33328 )
...
* Update job_cache and keep_jobs docs to be more specific to their behavior
Also fixed a bug discovered when investigating job_cache/keep_jobs functionality
where the jid directory and files were removed by the cache cleaner, but not the
original jid clash detection directory created in /var/cache/salt/master/jobs/.
Fixes #29286
* Add testcase for the changes in the local_cache.clean_old_jobs func
* Mark tests as destructive
* Put destructive test decorator in correct location
2016-05-19 09:32:32 -07:00
Nicole Thomas
5c29c65ff4
Fix some link errors in the test writing tutorial ( #33347 )
2016-05-18 18:57:50 -06:00
C. R. Oldham
11a25255ec
Bp 28467 calm mine ( #33327 )
...
* make minion mine update behavior more configurable
* Add docs for mine_functions config var
* Remove config dup from mine config options
Refs #28467
* 2015.8 does not have _DFLT_MULTIPROCESSING_MODE
* This won't be in until 2015.8.10.
2016-05-18 09:37:41 -07:00
Justin Findlay
089c1a2513
remove redundant, incorrect sudo_runas config documentation ( #33318 )
...
* remove sudo_runas documentation
`sudo_runas` was renamed to `sudo_user` and the documentation was not
updated accordingly.
* conf/minion: update sudo_user description
The description from sudo_runas was better.
2016-05-18 09:15:42 -07:00
Nicole Thomas
d0ed1616b0
Merge pull request #33308 from rallytime/merge-2015.8
...
[2015.8] Merge forward from 2015.5 to 2015.8
2016-05-17 13:26:05 -06:00
rallytime
1c43a62f85
Merge branch '2015.5' into '2015.8'
...
No conflicts.
2016-05-17 11:23:41 -06:00
Justin Findlay
7455d0da9b
update 2015.8.9 release notes ( #33310 )
2016-05-17 11:13:09 -06:00
Nicole Thomas
9b42a05519
Added some more docs for master and minion config settings ( #33292 )
...
* Added some more docs for master and minion config settings
Configs addressed:
- auth_safemode
- auth_timeout
- conf_file
- gather_job_timeout
- jinja_lstrip_blocks
- jinja_trim_blocks
- max_event_size
* Change "sub minion" to "sub-minion"
2016-05-17 09:58:20 -07:00
rallytime
5004d2fa61
Merge branch '2015.5' into '2015.8'
...
No conflicts.
2016-05-17 10:36:07 -06:00
David Boucha
757ef20a31
fix "loose" typo ( #33290 )
2016-05-16 17:13:40 -06:00
Nicole Thomas
b7d98da64d
Add auth_tries config option to minion.rst docs ( #33287 )
2016-05-16 14:17:19 -07:00
Nicole Thomas
061851bcbf
Document minion_id_caching config value ( #33282 )
...
Fixes #33276
2016-05-16 13:12:38 -07:00
rallytime
bf641d3a66
Merge branch '2015.5' into '2015.8'
...
No conflicts.
2016-05-16 10:14:43 -06:00
Nicole Thomas
4f3596a69f
Add comment for test=true w/o changes ret and add changes dict example ( #33254 )
...
Fixes #30258
Add simple changes dictionary example
2016-05-15 13:13:43 -07:00
Nicole Thomas
2a30c4879b
Update Git Policy docs to match Contribution guide ( #33252 )
...
Fixes #30946
2016-05-15 13:08:37 -07:00
Thomas S Hatch
94a53da92e
Merge pull request #33253 from rallytime/fix-30605
...
Update the release process docs
2016-05-13 15:28:11 -06:00
rallytime
a129d05b6d
Update the release process docs
...
Fixes #30605
2016-05-13 14:28:57 -06:00
Justin Findlay
8c2c5b13f0
update 2015.8.9 release notes ( #33251 )
2016-05-13 13:54:16 -06:00
Nicole Thomas
6fb25a8440
Make note of files that begin with '_' in master.d or minion.d dirs ( #33224 )
...
* Make note of files that begin with '_' in master.d or minion.d dirs
Fixes #21903
* Be more specific about where '_' files come from.
2016-05-13 09:14:57 -07:00
Nicole Thomas
64a89c4883
Add docs for the http state ( #33222 )
...
* Add docs for the http state
Fixes #21315
* Fix typo
2016-05-13 09:07:58 -07:00
Justin Findlay
c8236c05cb
update 2015.8.9 release notes ( #33237 )
2016-05-13 08:40:23 -06:00
Justin Findlay
4b1f460256
update 2015.5.11 release notes ( #33236 )
2016-05-13 08:30:59 -06:00