Commit Graph

3568 Commits

Author SHA1 Message Date
Jeff Schroeder
1a6e48de89 Fix some sphinx warnings in the jobs docs 2012-03-18 18:04:25 -07:00
Jeff Schroeder
65fecfd79f Fix a few more sphinx warnings 2012-03-18 17:56:06 -07:00
Jeff Schroeder
9ce7db9710 Fix a busted link in the docs to grain info 2012-03-18 17:55:53 -07:00
Jeff Schroeder
4119f4f9dc Fix some sphinx warnings and link docs better 2012-03-18 17:41:22 -07:00
Jeff Schroeder
5280efafca Big update to the "Starting States" doc 2012-03-18 17:41:21 -07:00
Jeff Schroeder
260f976d73 More doc updates 2012-03-18 17:41:21 -07:00
Jeff Schroeder
d8987c6cc6 rST-ify some text and link to the firewall doc in troubleshooting 2012-03-18 17:41:21 -07:00
Jeff Schroeder
2908f18b04 Added doc bits about firewall config on Ubuntu and Debian 2012-03-18 17:41:21 -07:00
Jeff Schroeder
8ac5c2f6c6 Adding blurb on example salt states to the community docs 2012-03-18 17:41:21 -07:00
Jeff Schroeder
b312ced8a9 Update the troubleshooting documentation 2012-03-18 17:41:21 -07:00
Jeff Schroeder
9ebeb74a54 salt-call shouldn't run without arguments
Reported-by: Devon Stewart <blast@hardchee.se>

Also, make sure to print proper usage.
2012-03-18 17:41:21 -07:00
Jeff Schroeder
69587db577 Add info about the new windows modules 2012-03-18 17:41:21 -07:00
Jeff Schroeder
fe5ad3289b Some doc style nits from @blast_hardcheese
Thanks!
2012-03-18 17:41:21 -07:00
Jeff Schroeder
0d0f20667e More minor updates 2012-03-18 17:41:21 -07:00
Jeff Schroeder
fcadf900fc Fix the sphinx syntax for the example rvm state 2012-03-18 17:41:21 -07:00
Jeff Schroeder
6839e8a7fe Adding new windows modules to the docs 2012-03-18 17:41:21 -07:00
Jeff Schroeder
bf90a00bb3 Fix a small ommission when refactoring the puppet module 2012-03-18 17:41:21 -07:00
Jeff Schroeder
af3d39917e A few minor module updates for missing executables
This is mostly switching from raising CommandNotFoundError to using
salt.utils.check_or_die('executable_name') which does an  identical
job in a more standardized fashion
2012-03-18 17:41:21 -07:00
Jeff Schroeder
0da8a7c488 Use salt.utils.check_or_die for the puppet module
Net -4 LOC FTW
2012-03-18 17:41:21 -07:00
Jeff Schroeder
3df247ef5b Fix some copy/paste mistakes 2012-03-18 17:41:21 -07:00
Jeff Schroeder
b361c40cef Add salt.utils.check_or_die() for raising CommandNotFoundError
This happens a lot in various modules and made sense to split out
instead of duplicating for the git and hg modules
2012-03-18 17:41:21 -07:00
Jeff Schroeder
5d6560ea4d Add a user flag to every function in the hg module
This way salt users can run hg as a user != the minion's user
2012-03-18 17:41:21 -07:00
Jeff Schroeder
831a1c58f6 Doh! forgot to import the exception 2012-03-18 17:41:21 -07:00
Jeff Schroeder
751256f90b Updating minion CommandNotFoundError message 2012-03-18 17:41:21 -07:00
Jeff Schroeder
c5bdc55d6a Updating the CommandNotFound error when ran via salt-call 2012-03-18 17:41:21 -07:00
Jeff Schroeder
4434fe995f Add a bunch of docs and a check for the git module
Now it will gracefully inform the user that git isn't installed
2012-03-18 17:41:21 -07:00
Jeff Schroeder
acf4536905 Merge pull request #958 from blast-hardcheese/develop
Adding some logic to handle virtual packages
2012-03-18 17:40:12 -07:00
blast_hardcheese
edfa02c001 Adding some logic to handle virtual packages
If aptitude is installed, it is used to check whether a virtual package
has been satisfied.

Aptitude awesomeness found here:
http://unix.stackexchange.com/questions/14295/aptitude-what-is-the-
filter-for-virtual-packages-that-has-been-provided
2012-03-18 17:22:00 -07:00
Jeff Schroeder
5fbd73d4dd Add user flag for git to the release notes 2012-03-17 23:36:46 -07:00
Jeff Schroeder
a92a031774 Add "user" kwarg to function in the git module
This is for #951
2012-03-17 23:30:07 -07:00
Jeff Schroeder
856f8edf33 Add quoting around requirements in the pip module and fix another tyop 2012-03-17 23:10:34 -07:00
Jeff Schroeder
b3a49d3257 Merge pull request #952 from fxdgear/develop
Adding Distribute option to virtualenv
2012-03-17 23:07:50 -07:00
Nick Lang (Salt minion)
6bd3909e2b flag is requirement not requirements 2012-03-18 06:04:06 +00:00
Jeff Schroeder
778ab2e653 Merge pull request #950 from SEJeff/doc-update
Doc update
2012-03-17 22:53:53 -07:00
Jeff Schroeder
1572662123 Add example of how to call modules with kwargs 2012-03-17 22:52:26 -07:00
Nick Lang (Salt minion)
141050666d typo, need space 2012-03-18 05:13:02 +00:00
Nick Lang (Salt minion)
8aef521ac4 adding the ability to use the distribute flag 2012-03-18 05:02:43 +00:00
Seth House
1f6a076a2c Merge pull request #927 from fxdgear/develop
Major refactor of pip module, adding pip state module, changing virtualenv state to default no-site-packages to True
2012-03-17 21:47:13 -07:00
Nick Lang (Salt minion)
8c75013112 reverting true to false for no_site_packages 2012-03-18 04:31:10 +00:00
Jeff Schroeder
94e7e7e58b Update the docstrings for file.directory and file.recurse
This documents the newly added arguments
2012-03-17 19:38:13 -07:00
Jeff Schroeder
6e220a41e9 Adding link to Pillar documentation 2012-03-17 19:16:48 -07:00
Thomas S Hatch
ab93ee0b15 Merge pull request #949 from teancom/develop
Tiny doc change
2012-03-17 18:52:57 -07:00
David Bishop
544f5bafc6 Merge branch 'develop' of https://github.com/saltstack/salt into develop 2012-03-17 21:50:22 -04:00
David Bishop
93be588ebb add sentence pointing to _modules dir for custom modules 2012-03-17 21:50:16 -04:00
Jeff Schroeder
066ab17c79 Make the release 0.9.8.pre 2012-03-17 18:43:53 -07:00
Thomas S Hatch
c54c769477 Merge pull request #947 from SEJeff/doc-update
Doc update
2012-03-17 18:33:56 -07:00
Jeff Schroeder
4168e266fc Merge branch 'develop' of github.com:saltstack/salt into doc-update
Conflicts:
	doc/ref/modules/all/index.rst
2012-03-17 18:24:42 -07:00
Jeff Schroeder
227a5b333f Merge https://github.com/dcolish/salt into develop 2012-03-17 18:17:51 -07:00
Dan Colish
277e7c0ce8 Only check ceiling on batches < 1, #943 2012-03-17 18:16:11 -07:00
Jeff Schroeder
fabe5ba471 Add docs for the new ruby states and update the cmd one 2012-03-17 18:05:37 -07:00