Commit Graph

2797 Commits

Author SHA1 Message Date
Thomas S Hatch
d300ac8e4a allow strings with modes to be passed in
Before there was a bug where a string passed into an sls file with a 0
prefix would be prematurely converted to an octal integer
2012-02-08 17:32:44 -07:00
Thomas S Hatch
267735b18f Merge pull request #660 from KB1JWQ/master
Ubuntu / Debian packaging updated
2012-02-08 14:06:39 -08:00
Thomas S Hatch
08aeddde01 removed unused imports 2012-02-08 15:04:27 -07:00
Corey Quinn
c371a51c32 Fixed a perm check in grains 2012-02-08 14:01:56 -08:00
Thomas S Hatch
6665005098 make None look better 2012-02-08 15:00:05 -07:00
Thomas S Hatch
c05d1e8346 updae delimiter for nostates error 2012-02-08 14:58:21 -07:00
Thomas S Hatch
2d8279fff2 verify that the file_roots option is formatted correctly 2012-02-08 14:35:40 -07:00
Thomas S Hatch
a6ea38b3b6 fix issue when file_roots was misconfigured 2012-02-08 14:30:20 -07:00
Thomas S Hatch
17e7e4558c Merge branch 'develop' of github.com:saltstack/salt into develop 2012-02-08 13:03:07 -07:00
Thomas S Hatch
7124ff256b Tom can't spell, we all know this 2012-02-08 13:02:41 -07:00
Seth House
5a579b681d Updated logo png with transparency 2012-02-08 12:59:20 -07:00
Thomas S Hatch
db5e8df7ea add modegrou_match to matcher 2012-02-08 12:58:47 -07:00
Thomas S Hatch
c714a123a3 initial support for nodegroup matching 2012-02-08 12:47:17 -07:00
Corey Quinn
95276c504a Merge branch 'develop' of https://github.com/saltstack/salt 2012-02-08 10:33:28 -08:00
Corey Quinn
dab007c367 Merge branch 'master' of github.com:KB1JWQ/salt 2012-02-08 10:33:23 -08:00
Thomas S Hatch
f196cb52ea change partition to rpartition in mysql grants #656 2012-02-08 07:47:25 -07:00
Seth House
f2e50d9579 Merge branch 'doc-customhome' into develop 2012-02-08 03:20:49 -07:00
Seth House
4514368865 Removed site homepage; replaced with docs homepage 2012-02-08 03:20:41 -07:00
Seth House
f7dce9a7ee Replaced links to installation instructions 2012-02-08 03:20:41 -07:00
Seth House
55e3202354 Removed installation doc in favor of more dynamic one at new site
A Django site has been set up which can handle time-sensitive
information a bit better than that Sphinx solution.
2012-02-08 03:20:41 -07:00
Seth House
45da8b9578 Removed custom Sphinx theme
Preparing to move all docs to RTD.
2012-02-08 03:20:41 -07:00
Corey Quinn
508fba96e5 Changelog notices 2012-02-07 18:41:49 -08:00
Corey Quinn
6af13c616b Updating 2012-02-07 18:21:09 -08:00
Corey Quinn
a5982778b6 Merge branch 'develop' of https://github.com/saltstack/salt 2012-02-07 18:11:43 -08:00
Thomas S Hatch
28789ae957 Change the delimiter for the running state tag to _|-
There have been a lot of problems with making the running state tag
unique, this should do it
2012-02-07 17:02:19 -07:00
Corey Quinn
ac39de3297 Works now, but there are some pathing issues that should be fixed 2012-02-07 16:00:29 -08:00
Corey Quinn
d33eea15a9 Merge branch 'develop' of https://github.com/saltstack/salt 2012-02-07 12:39:23 -08:00
Seth House
b9d6fe6843 Add a try/except when splitting lines in the file.append state
Fixes #654.
2012-02-07 13:10:10 -07:00
Thomas S Hatch
251033504e Add load_dynamic to show_highstate and show_lowstate
This change repairs an isue where the accuracy of these calls could be
bad if dynamic modules had not been previously loaded
2012-02-06 23:37:47 -07:00
Thomas S Hatch
da2df29028 Add all master processes to pidfile 2012-02-06 17:46:25 -07:00
Thomas S Hatch
0583436de2 missed a few situational issues in source handling 2012-02-06 16:13:32 -07:00
Thomas S Hatch
7d12264110 Add initial support for source to accept a list
This commit will allow file.managed to accept a list for the source
option. If the list index is a string then it must be a salt:// proto,
if the index is a single key dict then it can be an http/ftp source and
the value must be the source_hash
2012-02-06 15:53:43 -07:00
Thomas S Hatch
dad4aa04f0 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-02-06 14:53:14 -07:00
Thomas S Hatch
f98926efc9 Add versioning suppor tto the pkg state 2012-02-06 14:52:53 -07:00
Thomas S Hatch
391fb16d8f Merge pull request #645 from akoumjian/develop
mentioning location to place custom states
2012-02-06 12:40:28 -08:00
Alec Koumjian
987e155d88 mentioning location to place custom states 2012-02-06 12:32:21 -08:00
Thomas S Hatch
fe8d45ae21 Add more advanced status checks 2012-02-06 13:14:40 -07:00
Thomas S Hatch
feb48f1e8f add check for new timeout setup 2012-02-06 09:42:04 -07:00
Thomas S Hatch
2a47e302a5 Clean up formatting of the ssh authorized keys 2012-02-05 23:07:47 -07:00
Thomas S Hatch
bfdebaa21b Add timeout doc to master config 2012-02-05 22:54:24 -07:00
Thomas S Hatch
c683cbc593 clean up timeout path to handle new conditions 2012-02-05 22:34:44 -07:00
Thomas S Hatch
38009d210a set default cli timeout to None 2012-02-05 22:27:27 -07:00
Thomas S Hatch
f1c6ddfe6c Add default timeout to the master config 2012-02-05 22:23:53 -07:00
Thomas S Hatch
2ae9157c3d don't use a returner timeout flush anymore 2012-02-05 22:11:52 -07:00
Thomas S Hatch
b7e7cc3cb1 Add virtual function to mysql, only load if it is configured 2012-02-05 21:53:08 -07:00
Thomas S Hatch
d4f91959f9 fix log error in minion publish 2012-02-05 21:27:41 -07:00
Thomas S Hatch
3cbc5a98e1 Add initial timeout support to minion publisher 2012-02-05 21:09:56 -07:00
Thomas S Hatch
ac9d0ee919 Final changes to mod_init system, packages only refresh once 2012-02-05 17:34:50 -07:00
Thomas S Hatch
d8bb5b6c24 Merge pull request #644 from epoelke/develop
Change kvm_hyper __virtual__ to use libvirt instead of ps
2012-02-05 10:41:57 -08:00
Eric Poelke
822c574244 Change kvm_hyper __virtual__ to use libvirt instead of ps
kvm_hyper.py was causing minion to fail crash due to a module cross call before __virtual__ returned.  Updated the __virtual__ function to detect if the localsystem is running libvirtd by attempting to connect to libvirtd instead of using ps to look for the process.  If connection in successful it returns 'hyper', other returns False.
2012-02-05 11:21:31 -08:00