Commit Graph

7044 Commits

Author SHA1 Message Date
Aaron Tygart
4028672c44 Add sanitization to nodename and localhost grains 2012-11-18 17:05:39 -06:00
Aaron Tygart
f3f555a88d Tweak sanitizer to work with serials of any length 2012-10-30 15:51:38 -05:00
Aaron Tygart
76df64ae80 Add 'sanitize' option for grains module 2012-10-19 13:59:49 -05:00
David Boucha
01aa1f4914 Merge pull request #2292 from scott-w/develop
Add RabbitMQ States
2012-10-19 09:23:04 -07:00
Scott Walton
e7ea808701 Merge remote-tracking branch 'upstream/develop' into develop 2012-10-19 16:28:55 +01:00
Scott Walton
3b23817559 Fixed tests for supervisor and rabbitmq #962 2012-10-19 16:28:38 +01:00
Scott Walton
9a0fe34e9a Some clean-up, and tests for #962 2012-10-19 16:07:31 +01:00
David Boucha
9c47af807b Merge pull request #2289 from jonasvp/postgres_quote_bugfix
Escape brackets in postgres modules as well
2012-10-19 07:25:01 -07:00
Scott Walton
becb5afb45 Added absent states #962 2012-10-19 15:24:38 +01:00
Scott Walton
e823a73154 Remove redundant todo 2012-10-19 15:11:42 +01:00
Scott Walton
42d06a728c Clarified list_users 2012-10-19 15:11:18 +01:00
Scott Walton
ebfccdb7a2 Formatting 2012-10-19 15:09:46 +01:00
Scott Walton
0bd81e5ae6 Added support for managing virtual hosts #962 2012-10-19 15:05:35 +01:00
Scott Walton
723c8b50fb Extraneous ' 2012-10-19 12:09:03 +01:00
Scott Walton
a0d82ad77c Added extra modules to do some higher-level logic against rabbitmq #962 2012-10-19 12:08:19 +01:00
Scott Walton
b7ed775a07 Grammar 2012-10-19 11:42:32 +01:00
Scott Walton
340616a379 Added test framework for rabbitmq user #962 2012-10-19 11:42:01 +01:00
Scott Walton
4babc25f07 Added user exists state #962 2012-10-19 10:55:28 +01:00
Scott Walton
33c1a0c168 Fix module support, and started state support #962 2012-10-19 10:37:10 +01:00
Jonas
e6c4e4649b Escape brackets in postgres modules as well
Fixes #2279
2012-10-19 10:19:22 +02:00
Thomas S Hatch
8c3fadf15e Fix python 2.6 compat issue in tests 2012-10-18 22:37:02 -06:00
Thomas S Hatch
96849b83ad Fix #2278 2012-10-18 22:33:38 -06:00
Thomas S Hatch
f48dd2c1ee Start the release notes for 0.10.4 2012-10-18 22:26:13 -06:00
Thomas S Hatch
32830d728c Merge pull request #2288 from romeotheriault/add-solaris-pkgutil-module
solaris pkgutil module
2012-10-18 21:06:47 -07:00
Romeo Theriault
26a6cf3751 solaris pkgutil module 2012-10-18 17:37:09 -10:00
Seth House
4f6eb195e8 Added documentation for runners o_O
You may be asking yourself, "How on earth did runners go undocumented
for so long?!" My response would be, "You seem like an intelligent and
interesting person and I would like to buy you lunch so I can pick your
brain on your thoughts of how to be successful and succeed at life."
2012-10-18 17:02:16 -06:00
Seth House
e67f967233 Merge pull request #2285 from UtahDave/develop
Check the rejected bucket before accepted bucket
2012-10-18 15:29:24 -07:00
Dave Boucha
f36cc9af2e Check the rejected bucket before accepted bucket
Check the rejected minions bucket first. Previously, if
a minion's key was in both accepted and rejected buckets,
only the accepted bucket was checked and auth was approved.

Now the rejected bucket is checked first and will deny auth
regardless if the minion is in the accepted bucket as well.

This does not fix the problem that once a minion is authenticated
it will continue being authenticate until it restarts after it's key
has been moved to the rejected bucket.
2012-10-18 15:40:01 -06:00
Thomas S Hatch
9635a59166 Merge pull request #2280 from millerdev/develop
Add file.patch module and state functions
2012-10-18 13:44:33 -07:00
David Boucha
3ba151dc8c Merge pull request #2284 from josmardias/patch-1
Update salt/modules/pecl.py
2012-10-18 12:08:06 -07:00
Josmar Dias
4460d86dcf Update salt/modules/pecl.py
Fix for #2282
https://github.com/saltstack/salt/issues/2282
2012-10-18 15:39:31 -03:00
David Boucha
999294fbeb Merge pull request #2283 from whiteinge/fix-networkingmodule
Removed monkey-patching namespace for unused utils module
2012-10-18 11:38:48 -07:00
Thomas S Hatch
fc5d7eda78 Merge pull request #2281 from sjoeboo/develop
fix to make puppet.run work with 3.0 upwards, should work on 2.7 and 2.6 release as well
2012-10-18 10:38:37 -07:00
Matthew Nicholson
27f502d018 fix to work with 3.0 upwards, should work on 2.7 and 2.6 release as well 2012-10-18 13:25:08 -04:00
Seth House
7f136cd317 Removed monkey-patching namespace for unused utils module 2012-10-18 11:17:39 -06:00
Daniel Miller
1957700161 Add "file.patch" state function 2012-10-18 12:23:47 -04:00
Daniel Miller
3a68a85a9b Add "file.patch" module function 2012-10-18 12:20:39 -04:00
Thomas S Hatch
38bbd5fc20 Fix #2267 2012-10-18 00:06:16 -06:00
Thomas S Hatch
d369958db4 Fix issue with file_client not being in the master opts 2012-10-17 22:55:35 -06:00
Thomas S Hatch
267566af17 Fix typo in master_tops doc 2012-10-17 22:39:25 -06:00
Thomas S Hatch
bd5a9be351 Merge pull request #2275 from whiteinge/salt-fix-sanitize_host
Salt fix sanitize host
2012-10-17 21:34:48 -07:00
Thomas S Hatch
8df6e8022f Merge pull request #2272 from FireHost/fix_file_diff
Fix the diff orientation for check_file_meta
2012-10-17 21:11:32 -07:00
Thomas S Hatch
0b7efd64a0 Merge pull request #2271 from danielitus/develop
Update salt/modules/apt.py
2012-10-17 21:06:53 -07:00
Seth House
1f12ec8b7b Removed unused star import; replaced star import for single function 2012-10-17 21:50:09 -06:00
Seth House
bf0609fa4e Fixed regression from 98090c3; made sanitize_host not private
Fixes #2274
2012-10-17 21:50:02 -06:00
Thomas S Hatch
ca42e02641 Fix #2240 2012-10-17 19:16:04 -06:00
Aaron Tygart
e196e339b5 Fix the diff orientation for check_file_meta 2012-10-17 17:38:37 -05:00
Thomas S Hatch
5ef188dbec Always use gettempdir() 2012-10-17 16:28:13 -06:00
Daniel Martinez
fe5bdf745f Update salt/modules/apt.py
Add packages marked as hold.
2012-10-17 18:48:06 -03:00
Thomas S Hatch
cc20940c84 Add interface to accept a low data structure for the runnerclient 2012-10-17 12:31:36 -06:00