Commit Graph

10784 Commits

Author SHA1 Message Date
Thomas S Hatch
3ae7a50d52 remove unused import 2013-02-07 16:07:29 -07:00
Thomas S Hatch
09566f7774 fix missing import in rpm module 2013-02-07 16:06:00 -07:00
Thomas S Hatch
18871348c0 Remove unused ops from verify 2013-02-07 16:01:06 -07:00
Thomas S Hatch
8a75cad6ce Clean up old imports 2013-02-07 15:54:58 -07:00
Thomas S Hatch
1644c225ed Remove unused imports 2013-02-07 15:52:34 -07:00
Thomas S Hatch
b86a8d6da8 Pylint cleanup for salt log tests 2013-02-07 15:50:43 -07:00
Thomas S Hatch
ee98d9581b clean up rpm module 2013-02-07 15:34:07 -07:00
Thomas S Hatch
1b82275c9e Clean up unused assignments in linux acl module 2013-02-07 15:28:16 -07:00
Thomas S Hatch
6ac5e87fff Clean out unused imports 2013-02-07 15:26:26 -07:00
Thomas S Hatch
bb28fe1a91 pylint fixes for apt module 2013-02-07 15:25:16 -07:00
Thomas S Hatch
c9d0e60a28 minor performance improvement in nested outputter 2013-02-07 15:14:04 -07:00
Thomas S Hatch
c5f5bd1e99 Fix tests to better reflect doc matching updates 2013-02-07 15:11:42 -07:00
Thomas S Hatch
655b0b1381 extend the reactor docs 2013-02-07 14:55:15 -07:00
Thomas S Hatch
893fe676a8 Ok, almost perfect, add, client_acl_blacklist to default config dict 2013-02-07 13:47:21 -07:00
Thomas S Hatch
8dadd37e0c Fix the sockdir path in eventlisten 2013-02-07 12:37:18 -07:00
Thomas S Hatch
4d644aaa61 don't try to clean up something that is not there 2013-02-07 12:37:18 -07:00
Thomas S Hatch
950a5b89bf Merge pull request #3637 from jacksontj/develop
Initial add of client_acl_blacklist (#3450)
2013-02-07 11:09:40 -08:00
Thomas S Hatch
a331643eab kill stray print statement 2013-02-07 12:03:19 -07:00
Thomas S Hatch
95225d610b Tags check was inverse in event listener 2013-02-07 11:51:04 -07:00
Thomas Jackson
8cd53c3ecc Initial add of client_acl_blacklist (#3450)
This feature allows you to blacklist users (regex) and modules (regex)
2013-02-07 10:49:31 -08:00
Thomas S Hatch
65d1d68105 Merge pull request #3636 from gthb/pkgrepo.managed-fix-squelched-error-message
Don't hide error detail on pkgrepo.managed failure
2013-02-07 10:06:53 -08:00
Thomas S Hatch
8466aa47d4 Merge pull request #3635 from gthb/debian_service.enable-fix-failure-on-manual-init-scripts
insserv before update-rc.d enable, on Debian 6+
2013-02-07 10:05:10 -08:00
Gunnlaugur Þór Briem
d588127c61 insserv before update-rc.d enable, on Debian 6+
The `update-rc.d enable` fails if the init.d script is installed
manually by another salt state, because `update-rc.d enable` works only
on existing runlevel links. Running `insserv` first fixes that.

(I'm not entirely sure whether this is the correct fix. Possibly this is
out of scope for `debian_service.enable` and belongs in a separate
`debian_service.install` or somesuch, which the `service.managed` state
should call before calling `enable`. And possibly there should be
corresponding install-service support for Debian systems where
[DependencyBasedBoot] is not enabled. It is the default in Squeeze
upwards though.)

[DependencyBasedBoot]: http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot
2013-02-07 17:44:50 +00:00
Thomas S Hatch
fab5f79a59 Merge pull request #3634 from gthb/mod_repo.fix-architectures-crash
Fix mod_repo crash on SourceEntry.architectures
2013-02-07 09:29:29 -08:00
Gunnlaugur Þór Briem
c9ae33f9c1 Don't hide error detail on pkgrepo.managed failure
Also, replaces `except:` clause with `except Exception:`, so as not to
get in the way of SystemExit and KeyboardInterrupt.
2013-02-07 17:26:05 +00:00
Gunnlaugur Þór Briem
c65cad4b0d Fix mod_repo crash on SourceEntry.architectures
Fix failure when source entry object does not have the `architectures`
attribute; this attribute is tacked on if present in `kwargs`, but does
not exist on the SourceEntry class originally, and so mod_repo was
failing when `architectures` was not supplied.
2013-02-07 17:16:44 +00:00
Thomas S Hatch
e7f610eae0 Merge pull request #3630 from gthb/git.managed-support-bare-and-mirror
Support bare/mirror in git.managed state
2013-02-07 07:51:31 -08:00
Thomas S Hatch
738d702520 Merge pull request #3631 from gthb/patch-1
Fix obvious typo lurker (architecturess)
2013-02-07 07:48:43 -08:00
Gunnlaugur Þór Briem
3730c96420 Support bare/mirror in git.managed state 2013-02-07 15:23:47 +00:00
Gunnlaugur Thor Briem
4386ae6473 Fix obvious typo lurker (architecturess) 2013-02-07 14:45:42 +00:00
Thomas S Hatch
fa8042dd53 Merge pull request #3627 from baijum/missing_import
Added missing import
2013-02-06 22:07:20 -08:00
Thomas S Hatch
a3af66780e Merge pull request #3626 from baijum/pkgng
initialize variable -- avoid NameError
2013-02-06 22:05:20 -08:00
Thomas S Hatch
cb307aa891 Merge pull request #3624 from l2ol33rt/develop
Added Service support for Oracle Enterprise Linux
2013-02-06 22:02:33 -08:00
Baiju Muthukadan
3951e720c2 Added missing import (salt.utils) 2013-02-07 09:40:09 +05:30
Baiju Muthukadan
5b1f8b6bd9 Added missing import (sys) 2013-02-07 09:37:20 +05:30
Baiju Muthukadan
d539d2afe8 Added missing import 2013-02-07 09:33:07 +05:30
Baiju Muthukadan
c618fd1db6 initialize variable -- avoid NameError 2013-02-07 09:10:30 +05:30
Robert Hernandez
37b1b7320c Added Service support for Oracle Enterprise Linux 2013-02-06 17:28:05 -08:00
John Albietz
650022f3ff removed period 2013-02-06 15:11:14 -08:00
John Albietz
047c3c89d4 small typos/added pip gitpython to error messages. 2013-02-06 15:09:10 -08:00
Thomas S Hatch
2df4f3f231 Clean up the reactor proc 2013-02-06 14:43:02 -07:00
Thomas S Hatch
f81f4e7b79 The event handler was being created too soon
This should cause a complete deadlock in the master and I am
stumped why it has not!
2013-02-06 14:01:14 -07:00
Thomas S Hatch
3561118498 Some double quote death 2013-02-06 13:40:32 -07:00
Thomas S Hatch
9d19f60008 Version is not an option to the pip.present! Fix #3356
Yes, we need to get explicit version support into this
2013-02-06 13:22:29 -07:00
Thomas S Hatch
f513e3cbf0 Fix #3620 2013-02-06 13:19:18 -07:00
Thomas S Hatch
4ec6722103 revert cmd_yaml change that broke basic functionality 2013-02-06 13:03:34 -07:00
Thomas S Hatch
47e08fc4fa Remove failing test, I am not sure how it ever passed... 2013-02-06 12:48:33 -07:00
Thomas S Hatch
5faf423296 Merge pull request #3622 from techhat/iptables
Merging in changes from #3594
2013-02-06 11:09:56 -08:00
Joseph Hall
178a4a94af Merging in changes from #3594 2013-02-06 12:06:09 -07:00
Thomas S Hatch
24147d5d46 Merge pull request #3621 from ydavid365/patch-5
hacking on osx. a few typos. more 1st person nuke.
2013-02-06 11:03:58 -08:00