Pedro Algarvio
8fda8badbb
Revert "Add six to list of mocked modules"
...
This reverts commit 6ebf0fd3aa
.
We need six installed in order for the docs to build. Six is too magical
to be mocked, at last, for now.
2014-11-17 16:45:46 +00:00
Thomas S Hatch
ab6c8c4f05
Merge pull request #18056 from jacksontj/saltnado
...
Saltnado
2014-11-17 08:58:39 -07:00
Sławek Ehlert
9e19772bff
base arg should be a key (string) of the given dict
2014-11-16 00:05:25 +01:00
Thomas S Hatch
6d38d2db62
Merge branch '2014.7' into develop
...
Conflicts:
salt/utils/__init__.py
2014-11-14 14:38:55 -07:00
Thomas S Hatch
792358c5e0
Merge pull request #18101 from eliasp/2014.7-doc.topics.mine-mine_functions_example
...
Fix YAML syntax in mine_functions example.
2014-11-14 14:36:48 -07:00
Thomas S Hatch
cfd9352e8b
Merge pull request #18076 from UtahDave/develop
...
add additional repository command
2014-11-14 14:24:56 -07:00
Elias Probst
5580c714a5
Fix YAML syntax in mine_functions example.
...
The elements provided for a mine_functions definition need to be
either a list or a dict, but not a mix of both.
2014-11-14 21:25:30 +01:00
rallytime
6ebf0fd3aa
Add six to list of mocked modules
2014-11-14 11:35:24 -07:00
Seth House
0a55e39683
Added documentation for key events
2014-11-14 13:07:34 -05:00
Erik Johnson
6902e829dd
Add warning on RHEL ZMQ4 docs regarding python-hashlib
2014-11-14 11:51:42 -06:00
Seth House
daf0fe9937
Added nohup example to the FAQ about restarting Salt with Salt
...
Suggested by @ in #7997 .
2014-11-14 12:40:18 -05:00
David Boucha
0e25bc4955
add additional repository command
...
Is Canonical trying to make it harder and harder to find this?
2014-11-13 17:13:50 -07:00
Colton Myers
9a89057f83
Merge branch '2014.7' into merge-forward
...
Conflicts:
salt/transport/__init__.py
2014-11-13 12:40:24 -07:00
Thomas Jackson
6d2fbc8715
Documentation for saltnado
2014-11-13 08:36:29 -08:00
Justin Findlay
9158661205
expand unittest docs: formal style, more examples
2014-11-12 16:55:50 -07:00
Justin Findlay
217217f624
wrap unittest doc at 80 chars
2014-11-12 15:59:35 -07:00
rallytime
07e8c393ed
Fix spelling in raet doc
2014-11-12 06:50:38 -07:00
Chris Martin
d03a2bf753
Remove an awkward comma splice in the docs.
2014-11-10 20:02:02 -08:00
C. R. Oldham
79d2de5d44
Merge remote-tracking branch 'upstream/2014.7' into develop
2014-11-10 16:33:50 -07:00
C. R. Oldham
25f7bf111a
Add breaking change notice for module.run in 2014.1.0
2014-11-10 16:28:21 -07:00
Colton Myers
257b3d4426
Merge branch '2014.7' into merge-forward
...
Conflicts:
salt/utils/__init__.py
salt/utils/minions.py
2014-11-10 14:08:49 -07:00
Mike Place
1fd9983fc7
Merge pull request #17310 from rallytime/update_windows_pkg_doc
...
Add 2014.7.0 release to windows installation doc
2014-11-10 12:33:00 -07:00
Colton Myers
9841103427
Merge branch '2014.7' into develop
...
Conflicts:
salt/modules/rabbitmq.py
salt/states/rabbitmq_cluster.py
2014-11-10 09:59:17 -07:00
Colton Myers
69fa6b2e3c
Fix the release notes note
2014-11-10 09:51:21 -07:00
Thomas S Hatch
8862c2e829
Merge pull request #17290 from plastikos/improvement-yaml_encode
...
Add yaml_encode() jinja filter
2014-11-10 09:35:39 -07:00
Thayne Harbaugh
e4488a3956
Add yaml_encode() jinja filter
...
* Add documentation for yaml_encode()
* Mention yaml_encode() in formulas documentation
* Add unit tests for yaml_encode()
* Improve unit tests and documentation for related yaml_dquote()
2014-11-07 19:12:58 -07:00
rallytime
4cbeebd3d0
Add 2014.7.0 release to windows installation doc
2014-11-07 15:26:28 -07:00
Pedro Algarvio
4235d15184
Merge branch '2014.7' into develop
2014-11-07 21:47:49 +00:00
rallytime
2396392449
Remove release candidate message from docs sidebar
2014-11-07 09:37:09 -07:00
Thomas S Hatch
e9cda43070
Merge pull request #17240 from mgwilliams/ext_processes
...
Ext processes
2014-11-06 16:46:15 -07:00
Matthew Williams
b753db48b0
add docs for ext_processes
2014-11-06 23:32:36 +00:00
Thomas S Hatch
01b917fcf6
Merge branch '2014.7' into develop
...
Conflicts:
doc/topics/installation/windows.rst
salt/states/rabbitmq_cluster.py
2014-11-06 15:04:40 -07:00
Thomas S Hatch
124fbba226
Merge pull request #17216 from rallytime/update_windows_links
...
Update windows installer links to include 2014.1.13 pkgs
2014-11-06 14:33:55 -07:00
Ignacio Torres Masdeu
5977ac4abf
Explicitly explain homebrew's stance on sudo
2014-11-06 16:37:38 +01:00
Ignacio Torres Masdeu
6c8ad36c96
Homebrew explicitly discourages the use of sudo
...
https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#sudo
2014-11-06 16:10:32 +01:00
rallytime
6f10b96f01
Update windows installer links to include 2014.1.13 pkgs
2014-11-05 16:15:07 -07:00
Sandra Kosmalla
2096f2cafd
fix syntax error in writing grains code snippet
2014-11-05 15:13:51 -07:00
Dylan Fitzgerald
611baf468a
Correct data in /srv/reactor/startup_highstate.sls
...
data['id'] does not exist; data['name'] does. revise example sls to render correctly.
2014-11-05 13:23:43 -07:00
Colton Myers
cf45d1051d
Merge branch '2014.7' into develop
2014-11-05 11:28:20 -07:00
Colton Myers
4149716bf2
Add note to release notes about pillar/compound matching in mine/publish
2014-11-05 11:27:23 -07:00
Sandra Kosmalla
de5baa14a2
fix syntax error in writing grains code snippet
2014-11-05 11:33:14 +01:00
Thomas S Hatch
23d58132eb
Merge branch '2014.7' into develop
2014-11-04 15:33:56 -07:00
Thomas S Hatch
b3d2edc9a5
Merge branch '2014.7' into develop
2014-11-04 15:11:23 -07:00
Pedro Algarvio
a114dab27d
Update 'doc/.tx/config' - Build #196
...
http://cookingwithsalt.org/job/salt/job/transifex/196/
Signed-off-by: Pedro Algarvio <pedro@algarvio.me>
2014-11-04 21:51:34 +00:00
Thomas S Hatch
608d053844
Merge pull request #17121 from plastikos/improvement-yaml_quote
...
Add yaml_dquote() and yaml_squote() utilites; load them as Jinja filters...
2014-11-04 14:02:05 -07:00
Thayne Harbaugh
11c0999c66
Add a note to formulas documentation describing yaml_dquote filter.
2014-11-04 12:54:16 -07:00
Colton Myers
df0547969f
We evaluate a prereq, we don't call it. Fixes #17086
2014-11-04 11:36:30 -07:00
Thomas S Hatch
e0904c5b17
Merge pull request #17114 from holmboe/man-clarify
...
Some clarifications mainly in the Salt man page
2014-11-03 21:02:33 -07:00
Thomas S Hatch
bc7217c331
Add comment to clarify confusion in faqs
2014-11-03 20:24:44 -07:00
Colton Myers
dd67f54abe
Merge branch '2014.7' into develop
...
Conflicts:
setup.py
2014-11-03 16:42:29 -07:00
Henrik Holmboe
1f3ba9ced5
Add possible values to arguments in Salt man-page
2014-11-03 21:27:14 +01:00
Henrik Holmboe
d3da8549a2
Typo jod -> job
2014-11-03 21:26:28 +01:00
Henrik Holmboe
878a227837
Choose vs chose typo
2014-11-03 20:54:39 +01:00
Erik Johnson
dfc10ef9b6
Update RC version in docs sidebar
2014-10-31 19:34:03 -06:00
Colton Myers
f625c21d77
Merge branch '2014.7' into mergeforward
...
Conflicts:
salt/cloud/clouds/ec2.py
salt/daemons/flo/worker.flo
salt/master.py
salt/minion.py
salt/modules/lxc.py
salt/states/win_update.py
salt/states/zk_concurrency.py
2014-10-30 17:42:36 -06:00
Thomas S Hatch
3f58d716a2
Merge pull request #16878 from plastikos/improvement-filter_by
...
Improve filter_by() base argument:
2014-10-30 10:02:32 -06:00
Hung Nguyen Viet
7423369c55
use 2 spaces only
2014-10-30 11:53:18 +07:00
Seth House
53dae1b3e4
Merge pull request #17019 from whiteinge/doc-salt-api-2014.7-release-notes
...
Added the salt-api merge and recent additions to 2014.7 release notes
2014-10-29 18:16:16 -05:00
Seth House
36ca21de0c
Added the salt-api merge and recent additions to 2014.7 release notes
2014-10-29 18:15:03 -05:00
Nicole Thomas
500afb29fe
Merge pull request #16962 from jacksontj/2014.7
...
2014.7
2014-10-29 16:19:03 -06:00
Seth House
aff7ab3f43
Merge remote-tracking branch 'upstream/2014.7' into develop
2014-10-29 16:47:23 -05:00
Seth House
9da07584e4
Added missing docs for the /key rest_cherrypy entry point
...
Should have been part of #16706 .
2014-10-29 16:35:04 -05:00
vs
7d84f116e3
fix formatting
2014-10-29 14:37:18 +01:00
vs
4beb56bdbb
add wheel.minions to wheel-index
2014-10-29 14:35:13 +01:00
vs
9e63712488
add documentation for wheel.minions
2014-10-29 14:18:23 +01:00
Henrik Holmboe
3f669c4b5d
Update index.rst
2014-10-28 18:36:19 +01:00
Thomas Jackson
9f7dac0674
Spelling fixes for docs
2014-10-28 08:12:27 -07:00
Seth House
c258d7d75f
Highlight our remote training offerings
2014-10-28 08:42:08 -05:00
Mike Place
b3920023e7
Merge pull request #16943 from hulu/retreived-sic
...
fix typos: retreived [sic]
2014-10-27 19:12:57 -06:00
Chris Rebert
d37690e156
fix typos: retreived [sic]
2014-10-27 16:13:46 -07:00
Colton Myers
945e6506b6
Merge branch '2014.7' into develop
2014-10-27 15:32:25 -06:00
Colton Myers
6da0967805
Fix pre-required vs pre-requiring mixups in prereq doc
2014-10-27 10:59:07 -06:00
nerdling
4d02c8da81
Update doc/topics/installation/osx.rst
...
Unify instructions across package managers.
2014-10-26 16:20:13 -04:00
Erik Johnson
142bac1522
Update release candidate number in docs sidebar
2014-10-25 17:56:28 -05:00
rallytime
933be7c476
Merge branch '2014.7' into develop
...
Conflicts:
salt/master.py
salt/returners/mysql.py
salt/utils/cloud.py
salt/utils/minions.py
2014-10-25 08:54:42 -06:00
Henrik Holmboe
0e772aefe7
Update conf.py as well
2014-10-24 16:27:37 -06:00
Henrik Holmboe
1fc008bf25
Point to the correct latest 2014.1.13 release
...
This is recurring and #12720 is tracking the issue.
Conflicts:
doc/topics/releases/index.rst
2014-10-24 16:27:11 -06:00
rallytime
617d777fa9
Release notes for 2014.1.13
2014-10-24 16:22:53 -06:00
Erik Johnson
d1e867c718
Remove known issue comment for salt-ssh
2014-10-24 16:16:33 -05:00
Erik Johnson
706f53941b
Add notice on automatic installation of repoquery
2014-10-24 16:15:48 -05:00
Thayne Harbaugh
65e477dd67
Improve filter_by() base argument:
...
* Change filter_by() base argument to a key in lookup_dict rather
than a dictionary. This allows more compact usage and more
readable use of base values/defaults in the lookup_dict.
* Change/improve function-local documentation for lookup_dict().
* Add specific use-case of "base" argument for lookup_dict() in the
formulas documentation.
* Expand filter_by() unit testing to validate use of base argument.
* Add unit test for salt.utils.dictupdate.update() to provide
complete depth-of-testing of filter_by() which uses
dictupdate.update().
2014-10-24 11:13:47 -06:00
rallytime
b90ba8cf4e
Added updates to 2014.7.0 release notes
2014-10-24 09:29:13 -06:00
Thomas S Hatch
e9b29ea3e6
Redirect tot he correct page
2014-10-23 18:24:32 -06:00
Thomas S Hatch
910991a468
update raet intro
2014-10-23 18:15:24 -06:00
Thomas S Hatch
37d90fc633
Merge pull request #16853 from cachedout/issue_14906
...
Add master_alive_interval to config and docs
2014-10-23 15:14:44 -06:00
Thomas S Hatch
053adb76fc
Merge pull request #16833 from janek-warchol/patch-1
...
Fix external link formatting in glossary
2014-10-23 14:11:24 -06:00
Thomas S Hatch
77a795bd07
Merge pull request #16844 from fictivekin/fix-releasecandidate-doc-version
...
change Release Candidate installation doc from rc3 to rc4
2014-10-23 14:10:29 -06:00
Thomas S Hatch
6f2a3c745b
Merge pull request #16838 from felskrone/optional_sreq_caching
...
Optional sreq caching in ZeroMQ-transport
2014-10-23 14:07:30 -06:00
Thomas S Hatch
ed12f4c984
Merge pull request #16805 from thatch45/agg_doc
...
fix docs for mod_aggregate per #16575
2014-10-23 13:46:33 -06:00
Thomas S Hatch
1638e58245
Merge branch 'master' of https://github.com/jimmystewpot/salt into jimmystewpot-master
...
Conflicts:
doc/topics/cloud/aws.rst
2014-10-23 13:29:24 -06:00
Mike Place
3767666ccb
Note the presence of master_alive_interval in MM docs.
...
Refs #14906
2014-10-23 11:47:00 -06:00
Erik Johnson
d19c6b16ce
Improve wording of RPM changes in helium release notes
2014-10-23 12:00:35 -05:00
Erik Johnson
b261c663fa
Add notice of new packages for Helium release
2014-10-23 11:48:40 -05:00
Sean Coates
9e1685da6f
change Release Candidate installation doc from rc3 to rc4
2014-10-23 11:32:53 -04:00
vs
692252f41b
Merge branch 'sreq_cache_option' into optional_sreq_caching
2014-10-23 15:55:26 +02:00
Janek Warchoł
e11e42eb39
Fix external link formatting in glossary
2014-10-23 13:45:26 +02:00
Seth House
872e3286c0
Swap out SaltConf15 sidebar image for one with better scaled fonts
2014-10-22 16:26:26 -06:00
Colton Myers
fb2ae7cfbf
Merge pull request #16822 from whiteinge/doc-reactor-changes
...
Added versionadded and versionchanged directives to Reactor docs
2014-10-22 15:08:39 -06:00
Seth House
1faec87514
Added versionadded and versionchanged directives to Reactor docs
...
Also reworded and cross-linked the client interfaces docs.
2014-10-22 15:07:05 -06:00
Erik Johnson
86078aea8c
Normalize release notes with develop branch
2014-10-22 14:42:37 -05:00
Nicole Thomas
72537f0ee4
Merge pull request #16813 from holmboe/v2014.1.13-relnotes-in-develop
...
Point to the correct latest 2014.1.13 release
2014-10-22 10:16:53 -06:00
Erik Johnson
d9e036630a
Fix weird merge forward in FAQ
2014-10-22 10:26:48 -05:00
Henrik Holmboe
5d7184491f
Document assigned codenames
2014-10-22 17:20:40 +02:00
Henrik Holmboe
6a6fc4de6e
Update conf.py as well
2014-10-22 17:10:18 +02:00
Henrik Holmboe
20ee003c5f
Point to the correct latest 2014.1.13 release
...
This is recurring and #12720 is tracking the issue.
2014-10-22 16:12:48 +02:00
rallytime
1ed3d1827e
Release notes for 2014.1.13
2014-10-22 16:12:03 +02:00
Henrik Holmboe
d4258e9040
Point to the correct latest release
...
This is recurring and #12720 is tracking the issue.
2014-10-22 15:56:00 +02:00
Thomas S Hatch
cb14a8660e
fix docs for mod_aggregate per #16575
2014-10-21 16:37:34 -06:00
jimmystewpot
271f6c4257
Update aws.rst
...
remove note it was a typo
2014-10-21 16:20:46 +11:00
jimmystewpot
8fd88cc0d3
Update aws.rst
...
Updated the document to reflect a storage type that would work. Currently only gp2 and standard function because there is no support for the provisioned iops
2014-10-21 16:18:31 +11:00
jimmystewpot
9edaf65bbe
Update aws.rst
...
added additional component for Ebs.
2014-10-21 15:59:02 +11:00
jimmystewpot
abd8437205
Update aws.rst
...
Added undocumented feature for Ebs.VolumeType to the example so people do not need to read the source to identify how to change the EBS volume Type:
2014-10-21 15:57:42 +11:00
Thomas S Hatch
9992edfdca
Merge branch '2014.7' into develop
...
Conflicts:
salt/loader.py
2014-10-20 15:52:31 -06:00
Martyn Smith
a899af7418
Fix example command to one that exists
...
Fix walkthrough to use disk.usage instead of disk.percent (which doesn't appear to exist any more).
2014-10-21 09:51:54 +13:00
Erik Johnson
af25ad1019
Improvements to releases page
...
This clarifies what the current stable release is. It also hides the
2014.7.0 release notes until we actually release that version.
2014-10-20 14:11:51 -05:00
rallytime
559ed2906b
Fix small typo in fedora installation docs
2014-10-20 12:06:46 -06:00
Thomas S Hatch
3cf0cfb61d
Merge branch '2014.7' into develop
2014-10-20 09:20:37 -06:00
Erik Johnson
13a92bde69
Add further clarification that gitfs auth is pygit2-only
2014-10-19 17:01:13 -05:00
Pedro Algarvio
229eb00e8d
Merge branch '2014.7' forward into develop
...
Conflicts fixed.
Conflicts:
salt/loader.py
salt/returners/carbon_return.py
salt/returners/couchbase_return.py
salt/returners/couchdb_return.py
salt/returners/elasticsearch_return.py
salt/returners/local_cache.py
salt/returners/memcache_return.py
salt/returners/mongo_future_return.py
salt/returners/mongo_return.py
salt/returners/mysql.py
salt/returners/odbc.py
salt/returners/postgres.py
salt/returners/redis_return.py
salt/returners/smtp_return.py
salt/returners/sqlite3_return.py
salt/states/dockerio.py
salt/utils/minions.py
2014-10-19 18:21:19 +01:00
Erik Johnson
90ba9b8a43
Add notice that per-remote auth params are not supported in GitPython
2014-10-18 17:36:51 -05:00
Thomas S Hatch
2e9b63ed31
Add notes on cp module and -W/w
2014-10-18 09:24:31 -06:00
Thomas S Hatch
7a72ef2e27
Merge pull request #16688 from Supermathie/16682
...
Add documentation addressing how to listen for events on minion
2014-10-17 10:51:57 -06:00
Seth House
4846dcebbd
Update the Reactor docs to use the local method instead of cmd
2014-10-17 09:17:34 -05:00
Mike Place
a3aa876008
Merge pull request #16697 from cachedout/ssh_timeout_doc_fix
...
Clarify doc
2014-10-16 16:10:27 -06:00
Mike Place
36288eef7f
Clarify doc
2014-10-16 16:09:57 -06:00
Michael Brown
53e5b9ee09
Add documentation addressing how to listen for events on minion
...
* Address #16682
2014-10-16 14:55:34 -04:00
vs
2e1d3b07b8
add cache_sreqs option to minion documentation
2014-10-16 07:33:37 +02:00
Erik Johnson
48e81ac32d
Add new fileserver features to helium release notes
...
Also made some formatting fixes
2014-10-15 22:44:43 -05:00
Erik Johnson
49c7e6ac1a
Fix misspelled code-block type
2014-10-15 22:44:27 -05:00
Erik Johnson
00bd8477dd
Fix sphinx build error
...
There is no 'math' lexer in sphinx.
2014-10-15 22:43:37 -05:00
Erik Johnson
bb6de490ef
Grammar correction
2014-10-15 22:36:12 -05:00
Seth House
fc28d00056
Added SaltConf15 banner and links to sidebar
2014-10-14 19:44:36 -05:00
Mike Place
d0e90c77a6
Typo fix
2014-10-14 13:18:54 -06:00
Mike Place
0fcc0b5ae7
Document pillar ovewrite strategy
2014-10-14 13:07:26 -06:00
Thomas S Hatch
9ec90bafea
Merge branch '2014.7' into develop
...
Conflicts:
salt/output/__init__.py
2014-10-13 17:41:42 -06:00
Thomas Jackson
e60f47052e
Update ACL docs to include @jobs markup
2014-10-13 16:13:23 -07:00
Thomas S Hatch
1468c26ec1
Merge branch '2014.7' into develop
...
Conflicts:
doc/faq.rst
doc/ref/configuration/minion.rst
salt/minion.py
salt/states/pkg.py
salt/transport/__init__.py
2014-10-13 15:03:33 -06:00
Stephen Wood
1be08146c8
Fix minor typos.
2014-10-11 17:03:38 -07:00
Joseph Hall
130e0842c8
Merge pull request #16566 from terminalmage/docs
...
Minor wording fix in highstate docs
2014-10-11 06:34:39 -06:00
Erik Johnson
af64f17fe4
Minor wording fix in highstate docs
...
This fixes some grammar weirdness.
2014-10-10 22:25:55 -05:00
rallytime
54b7abdb17
Fix conf_minion references
2014-10-10 09:19:27 -06:00
Joseph Hall
f49647a4e2
Merge pull request #16486 from rallytime/docs_minion_config
...
Add recon_* config options to minion docs
2014-10-09 17:08:29 -06:00
Nicole Thomas
2901e9439b
Merge pull request #16514 from cachedout/master_doc_fix
...
Small doc fixes
2014-10-09 15:07:17 -06:00
Mike Place
11ef20fdf5
Small doc fixes
2014-10-09 10:14:37 -06:00
Thomas S Hatch
fecb0dfebb
Merge pull request #16497 from thatch45/notes_2014.7
...
Add some release notes updates
2014-10-08 17:30:43 -06:00
Thomas S Hatch
678a551783
Add soem release notes updates
2014-10-08 16:40:34 -06:00
Seth House
57f2c4a4e3
Merge pull request #16494 from terminalmage/zeromq4
...
Add information on how to upgrade to ZeroMQ 4 in Ubuntu and RHEL/CentOS
2014-10-08 16:06:37 -06:00
Erik Johnson
8c80efd8eb
Add info on upgrading to ZeroMQ 4
2014-10-08 16:56:28 -05:00
Erik Johnson
391a07e6ac
Add info on upgrading to ZeroMQ 4
2014-10-08 16:51:33 -05:00
Erik Johnson
6ac209e6a7
Add example states for installing at and running atd
2014-10-08 16:50:47 -05:00