Commit Graph

4071 Commits

Author SHA1 Message Date
Thomas S Hatch
77d1213781 Add the capability to declare the function inside the state dec
This is likey to be changed to the default means of declaring the
function. The original intent of having the function as a string in the
state dec list was to declare multiple functions, but this turned out to
be a non scalable concept and was hard locked out quietly in 0.9.4.

Fix #1042
2012-04-03 18:02:26 -06:00
Thomas S Hatch
b0d8635c9e Merge pull request #1041 from herlo/master
Updated spec to 0.9.8
2012-04-03 12:06:07 -07:00
Clint Savage
e1321c5093 rpm to 0.9.8 2012-04-03 13:03:23 -06:00
Thomas S Hatch
70ed5a4d2c Add compound command support to publish commands, Fix #485 2012-04-03 12:48:17 -06:00
Thomas S Hatch
f8e518690c some small fixes in the compound command doc 2012-04-03 11:48:27 -06:00
Thomas S Hatch
1d2b096ea6 Add comment for where compound commands aer set up 2012-04-03 11:32:06 -06:00
Thomas S Hatch
f2030964b1 Add quib about apt daemonized process to release notes 2012-04-03 10:28:56 -06:00
Thomas S Hatch
c43defd04d update py renderer to use the standard template systems 2012-04-03 10:25:30 -06:00
Thomas S Hatch
6eb8134359 move json_mako over to standard template rendering 2012-04-03 10:22:12 -06:00
Thomas S Hatch
ef58a5fc32 Add imports for yaml_mako 2012-04-03 10:19:54 -06:00
Thomas S Hatch
24d778177a move json_jinja to use new standard renderers 2012-04-03 10:19:21 -06:00
Thomas S Hatch
a525473875 Make the pkg.install and upgrade funcs daemonize on Debian
This is to adress the issue of leaving the minion in a bad state if
it is updated via the package manager
2012-04-03 10:12:33 -06:00
Thomas S Hatch
73b6db43b8 update yaml_mako to use standard template renderer 2012-04-03 10:02:16 -06:00
Thomas S Hatch
979fef65af Add batch.rst, Fix #1039 2012-04-03 09:49:39 -06:00
Thomas S Hatch
106f5d180d Add match arguments to top file example 2012-04-03 09:38:01 -06:00
Thomas S Hatch
f91756934a use consistend data returns 2012-04-03 00:46:57 -06:00
Thomas S Hatch
86d85896b1 move yaml_jinja to standard template renderer 2012-04-03 00:46:17 -06:00
Thomas S Hatch
d2fadb07cf Add render exception 2012-04-03 00:45:41 -06:00
Thomas S Hatch
70f1e9bf19 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-04-03 00:19:27 -06:00
Thomas S Hatch
551c40308e Ad option to template renderers to return a string 2012-04-03 00:18:16 -06:00
Thomas S Hatch
d90dc6929b Merge pull request #1037 from UtahDave/add_wollist_runner
Add capability to wake up multiple minions at once
2012-04-02 22:40:33 -07:00
David Boucha
8037861954 Add capability take a text file containing one MAC per line and weak each minion 2012-04-02 23:36:50 -06:00
David Boucha
9277590342 Fix iterating over the mac file 2012-04-02 23:36:49 -06:00
David Boucha
b7fec9b8c5 First try at opening the mac file and sending a magic packet to each entry 2012-04-02 23:36:48 -06:00
David Boucha
cfa83c4bfe Add WOL list.
This wakes up a text file containing one MAC address per line.
2012-04-02 23:36:47 -06:00
Thomas S Hatch
f1e9525590 Merge pull request #1036 from SEJeff/misc-updates
Misc documentation updates
2012-04-02 22:25:50 -07:00
Jeff Schroeder
822170a99f Fix a simple tyop I introduced in the docs 2012-04-02 22:19:30 -07:00
Jeff Schroeder
5591df2f20 Add a more complex top file example 2012-04-02 22:17:51 -07:00
Jeff Schroeder
b005cee70f Slightly expand docs on the various other compound matchers 2012-04-02 22:17:42 -07:00
Jeff Schroeder
4415963420 Add a blurb about nodegroups and compound stuff top.sls docs
More to come later
2012-04-02 22:17:34 -07:00
Jeff Schroeder
e4b342b9be Document additional RHEL6 installation info
Fixes #1021
2012-04-02 22:17:26 -07:00
Jeff Schroeder
9bba2eeb95 Update to troubleshooting docs
- Mention that you need to run salt in the foreground to manage
      it via process watchdocs such as monit or supervisord.
    - Mentioned checking Mandatory Access Control software if
      enabling ports via the firewall don't fix communication probs
    - Actually say that salt-call is for running cmds minion-side
    - Added more awesome-sauce
2012-04-02 22:17:20 -07:00
Jeff Schroeder
d5d8b7ffc8 EPEL includes salt now, lets mention that 2012-04-02 22:17:11 -07:00
Thomas S Hatch
bcdd7ebb32 Merge pull request #1035 from fxdgear/develop
escaping kwargs starting with a dunder when passed into django.command via the python api
2012-04-02 22:03:09 -07:00
Nick Lang (Salt minion)
e401b79797 Merge remote-tracking branch 'upstream/develop' into develop 2012-04-03 05:00:00 +00:00
Nick Lang (Salt minion)
2ebc4a95dd when interacting with the django.command module via the salt api, there are some kwargs that get passed that start with dunders, so we're escaping dunders for now. Maybe there is a better way to do this? 2012-04-03 04:59:42 +00:00
Thomas S Hatch
d08a5d10ef Fix an issue in the client kwarg evaluation 2012-04-02 22:35:00 -06:00
Thomas S Hatch
4222eb2505 update release notes 2012-04-02 17:24:12 -06:00
Thomas S Hatch
6e67a51d82 Add support for wildcards in sls include statements
This fixes #555

Basically you can now denote all sls modules with wildcards for matching
2012-04-02 16:46:17 -06:00
Thomas S Hatch
3edb892d3f clean up some random witespace 2012-04-02 15:50:25 -06:00
Thomas S Hatch
bfaedbe6eb Add list_states to cp module 2012-04-02 15:36:06 -06:00
Thomas S Hatch
8faeacfe75 Add ability to list states via the fileclient 2012-04-02 15:35:32 -06:00
Thomas S Hatch
e3f116a3a2 Fix #1034 2012-04-02 14:50:45 -06:00
Thomas S Hatch
a00d3cb501 Add tests to cover pillar passing minion grains data in 2012-04-01 21:59:23 -06:00
Thomas S Hatch
bd3aec9bb6 Fix a dumb mistake in the pillar rendering
Fix #1032 and Fix #1013
2012-04-01 21:30:00 -06:00
Thomas S Hatch
a24fa8def9 clean up get_template in fileclient
Final fix for #997
2012-04-01 14:36:14 -06:00
Thomas S Hatch
891cf19d66 more template refactoring 2012-04-01 14:28:08 -06:00
Thomas S Hatch
8866e756fb Add get_template to cp module 2012-04-01 14:22:18 -06:00
Thomas S Hatch
62b2166ab4 Add test to verify the kwarg passing from the publish module 2012-04-01 13:29:23 -06:00
Thomas S Hatch
a919def70b don't need to test the syndic coverage like this, save some time 2012-04-01 13:10:37 -06:00