Commit Graph

10042 Commits

Author SHA1 Message Date
Erik Johnson
cd5e1ef66c Rename list_updates to list_upgrades
In preparation for #3210, rename list_updates to list_upgrades. Also,
link list_updates to list_upgrade so that people used to running "zypper
list-updates" from the command line will still see the available
upgrades.

Hide list_updates from sphinx docs.
2013-01-12 22:01:01 -06:00
Paul Traylor
53d23ae1aa Additional example for the cmd.wait state. 2013-01-12 19:53:56 -08:00
Thomas S Hatch
91c7a693fe Merge pull request #3249 from FlorianLudwig/network_state_fedora
make rh_ip.build_interface usable on Fedora
2013-01-12 18:22:38 -08:00
Florian Ludwig
be01dce084 make rh_ip.build_interface usable on Fedora 17
This should work on most somewhat recent Fedora systems
as it simply maps Fedora -> rh6.
2013-01-13 00:14:58 +01:00
Seth House
4cbdcf330c Merge pull request #3247 from torhve/develop
Add statistics functions to the virt module
2013-01-12 14:10:48 -08:00
Tor Hveem
20e16288db Add statistics functions to the virt module 2013-01-12 23:01:07 +01:00
Jeff Schroeder
5b03730da3 Merge pull request #3246 from archtaku/quickfix
change yaml.load to yaml.safe_load
2013-01-12 11:09:17 -08:00
Erik Johnson
1d3642cd36 change yaml.load to yaml.safe_load
Thanks to @SEJeff for the heads-up.
2013-01-12 13:03:56 -06:00
Thomas S Hatch
9ecf4a4ca2 Fix spelling error 2013-01-12 11:18:45 -07:00
Thomas S Hatch
f8c6e3e7c9 Prep _minion_event method to handle new event process 2013-01-12 11:18:18 -07:00
Pedro Algarvio
a07ece5a2a Merge pull request #3244 from whiteinge/debcheck
Check if Debian family before looking for Debian tools
2013-01-12 05:03:40 -08:00
Pedro Algarvio
1559ebba72 PEP-8 and remove unnecessary lambda. 2013-01-12 12:46:01 +00:00
Pedro Algarvio
68a12646d4 Since we're shutting down. Set ZMQ socket's linger to 1.
This discards unsent messages as fast as it can. The value needs to be bigger than 0.
2013-01-12 12:22:27 +00:00
Seth House
698009930b Check if Debian family before looking for Debian tools 2013-01-12 00:57:38 -07:00
Thomas S Hatch
85eaeb0da5 StateFire class is ready for testing 2013-01-11 20:02:33 -07:00
Thomas S Hatch
c01ea09e9f Remove a clause that was leaving worker connections in a bad state 2013-01-11 19:15:04 -07:00
Thomas S Hatch
51dfaaa70c I accidentily commited a WIP, this will get the compiler going again 2013-01-11 17:39:31 -07:00
Thomas S Hatch
b0420a17b8 Get rit of ref assignment error 2013-01-11 17:32:38 -07:00
Seth House
cbff5d2614 Misc. rST fixes 2013-01-11 14:59:17 -07:00
Seth House
0d1cc6e272 Added docs files for new module types 2013-01-11 14:48:30 -07:00
Seth House
a4fa9fa1e4 Misc. rST fixes 2013-01-11 14:43:12 -07:00
Seth House
2bc75de0a9 Removed old grub module docs 2013-01-11 14:38:10 -07:00
Seth House
91ea50b916 Added missing new modules of varying types 2013-01-11 14:37:01 -07:00
Seth House
32c944c1e9 Changed syntax highlighting from ini to yaml since conf files are yaml 2013-01-11 14:27:09 -07:00
Seth House
f7663df9b6 Fixed paths to the master/minion conf files 2013-01-11 14:26:28 -07:00
Seth House
99722dc6b9 Removed calls to a non-existent role 2013-01-11 14:17:52 -07:00
Thomas S Hatch
9bd48bb3fa Merge pull request #3240 from MTecknology/develop
Learning python.. .get() doesn't work on a list.
2013-01-11 12:54:39 -08:00
Michael Lustfield
5c26bd13af typo 2013-01-11 14:55:44 -06:00
Thomas S Hatch
8f80ec7064 Merge pull request #3239 from torhve/develop
A doc fix and change default outputter in salt-call
2013-01-11 12:52:25 -08:00
Michael Lustfield
f44ac5ac55 Learning python.. .get() doesn't work on a list. 2013-01-11 14:45:07 -06:00
Tor Hveem
6a87bcf5d2 Change the default outputter in salt-call to be nested 2013-01-11 21:36:11 +01:00
Tor Hveem
c3f93136ef Fix docstrings for the outputters 2013-01-11 21:29:55 +01:00
David Boucha
43f9466aa3 Merge pull request #3237 from s0undt3ch/issues/3214
Adapt to the new local client events changes. Fixes #3214.
2013-01-11 12:24:01 -08:00
Thomas S Hatch
01078aed4e Fix issue when extensions are not installed with jinja2 2013-01-11 12:58:44 -07:00
Thomas S Hatch
d11f07b4b4 Fix saltstack/salt-bootstrap#10 2013-01-11 12:51:39 -07:00
David Boucha
1252399038 Merge pull request #3236 from MTecknology/develop
Undoing unintentional change with callable
2013-01-11 11:10:34 -08:00
Michael Lustfield
88c0eeba55 typo.. 2013-01-11 13:05:50 -06:00
Pedro Algarvio
fd2739401c Adapt to the new local client events changes. Fixes #3214. 2013-01-11 19:03:53 +00:00
Michael Lustfield
ae337b3f3c Undoing unintentional change with callable 2013-01-11 13:02:35 -06:00
Thomas S Hatch
83be253b41 Merge pull request #3228 from shadowfax-chc/makeconf-del
Makeconf del
2013-01-11 08:59:26 -08:00
Thomas S Hatch
5b057bbfdf Merge pull request #3230 from torhve/develop
Bugfix import of yaml. Add CLI example to docstring. Return the value.
2013-01-11 08:58:21 -08:00
David Boucha
7d4cc5b5dd Merge pull request #3233 from s0undt3ch/develop
Improve `salt.modules.debconfmod` + PEP8.
2013-01-11 08:47:50 -08:00
Thomas S Hatch
d623e6df98 Merge pull request #3232 from s0undt3ch/issues/3214
The test suite local client now properly receives the events. Fixes #3214.
2013-01-11 08:33:41 -08:00
Pedro Algarvio
39f03c59cd The test suite local client now properly receives the events. Fixes #3214.
* We were instantiating the integration testing local client too soon in the process. Deferring it to a little latter made it all work.
* Added the ability to dump the master and minion testing configurations to files. Just prepend the `runtests` call with `DUMP_SALT_CONFIG=1` and you'll get the computed configuration files in `/tmp/salttest/{master,minion}`.
* We now also un-subscribe from the event's once done.
* Added `salt.utils.event.LocalClientEvent` just to differentiate from `salt.utils.event.MasterEvent` in the logs so we know who's who. It's just a subclass of the latter.
2013-01-11 16:21:04 +00:00
Pedro Algarvio
78816ee40d Improve salt.modules.debconfmod + PEP8.
A missing package is a warning not a error on since salt will run perfectly fine without that package. The module depends on that package but salt does not.
2013-01-11 16:13:27 +00:00
David Boucha
cfe32f5826 Merge pull request #3231 from kjkuan/bugfix-cli-loglevel
Fix a bug of getting an incorrect active log level.
2013-01-11 08:07:47 -08:00
Jack Kuan
11b583ba84 Fix a bug of getting an incorrect active log level. 2013-01-11 11:00:50 -05:00
Tor Hveem
22241269e0 Bugfix import of yaml. Add CLI example to docstring. Return the value. 2013-01-11 14:35:07 +01:00
shadowfax-chc
97ce81d393 Added absent state to makeconf state 2013-01-11 03:11:09 -05:00
shadowfax-chc
b062583254 Added function to makeconf module to remove a var
Allows for completely removing a variable from the make.conf file
2013-01-11 02:59:07 -05:00