Commit Graph

3541 Commits

Author SHA1 Message Date
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
Jeff Schroeder
f834459c41 Add rst doc files for a bunch of modules 2012-03-17 18:05:08 -07:00
Dan Colish
dadf6b503a Take the ceilling of batch size percentages before converting to int, #943 2012-03-17 18:03:54 -07:00
Jeff Schroeder
2fe1aa57ee Add zypper to the virtual pkg module list 2012-03-17 17:57:56 -07:00
Jeff Schroeder
6baa783bc1 Add note that git and hg modules have been added 2012-03-17 17:55:58 -07:00
Jeff Schroeder
8414aa6fc8 Merge branch 'develop' of github.com:saltstack/salt into doc-update
Conflicts:
	doc/topics/releases/0.9.8.rst

Manually fix merge commits and update a whole bunch of the wording
2012-03-17 17:47:48 -07:00
Jeff Schroeder
f9d5705cd7 More updates
This one includes:
    - Installing packages for Ubuntu
    - kwarg pkg.installed state example from @blast_hardcheese
    - Information on new file client
2012-03-17 17:26:33 -07:00
Jeff Schroeder
cc66806d62 Grammar updates 2012-03-17 17:26:08 -07:00
Jeff Schroeder
d12acd9ec5 Continuing updates for 0.9.8 release notes 2012-03-17 17:01:52 -07:00
Thomas S Hatch
4fdcbfc038 Merge pull request #944 from blast-hardcheese/develop
Fixing some bugs in gem module
2012-03-17 16:52:57 -07:00
Jeff Schroeder
7cf08ed8d2 Rename the debconf salt module to fix conflicts
>>> import debconf
>>> debconf.__file__
'/usr/lib/python2.6/dist-packages/debconf.py'
2012-03-17 16:51:08 -07:00
Jeff Schroeder
221044af47 More documentation fun with release notes 2012-03-17 16:45:49 -07:00
Jeff Schroeder
565ef6b164 Add some new module docs and update release notes 2012-03-17 16:45:32 -07:00
Jeff Schroeder
8cf6181494 Add some new module docs and update release notes 2012-03-17 16:44:22 -07:00
blast_hardcheese
3bc5292979 Fixing some bugs in gem module
- if <func>: was missing parens, always evaluated to True
- _gem() can return False, so .splitlines should only be used if the
  return is a string
2012-03-17 16:31:50 -07:00
Jeff Schroeder
1c1ba99439 More updates to the 0.9.8 release notes 2012-03-17 16:28:40 -07:00
Jeff Schroeder
0df3566de8 More updates to the 0.9.8 release notes 2012-03-17 16:27:56 -07:00
David Bishop
69fa76cc01 Merge branch 'develop' of https://github.com/saltstack/salt into develop 2012-03-17 19:09:59 -04:00
Thomas S Hatch
ed053eb1dd Turn on colored output by default and enable it for the salt cmd 2012-03-17 17:01:36 -06:00
Thomas S Hatch
8ff814ce7f Merge branch 'develop' of github.com:saltstack/salt into develop 2012-03-17 16:53:54 -06:00
Thomas S Hatch
be43260ffa Make salt-call honor the no-color option correctly 2012-03-17 16:53:30 -06:00
Nick Lang (Salt minion)
3ab80337bf changing pip_bin to bin_env argument to keep with new convetion 2012-03-17 22:38:08 +00:00
Thomas S Hatch
9b38892f28 Merge pull request #942 from SEJeff/doc-update
Doc update
2012-03-17 15:38:01 -07:00
Jeff Schroeder
8ba877e619 Merge branch 'develop' of github.com:saltstack/salt into doc-update
Conflicts:
	doc/topics/releases/0.9.8.rst

Fix the merge conflicts manually
2012-03-17 15:35:18 -07:00
Nick Lang (Salt minion)
bd576067b2 Merge branch 'develop' of github.com:fxdgear/salt into develop 2012-03-17 22:34:29 +00:00
Nick Lang (Salt minion)
3f641809cf adding version number to changes dict return 2012-03-17 22:34:23 +00:00
Jeff Schroeder
635e0c9a20 Fairly large doc update for the 0.9.8 release notes 2012-03-17 15:32:32 -07:00
Jeff Schroeder
9b206a6233 Adding gem and rvm states to the state index 2012-03-17 15:28:49 -07:00