Commit Graph

9478 Commits

Author SHA1 Message Date
Joseph Hall
69580572e9 Merge pull request #3152 from shadowfax-chc/keymap
Added Gentoo support to keyboard module
2013-01-04 12:40:22 -08:00
shadowfax-chc
e8dae7ebac Added Gentoo support to keybpard module 2013-01-04 19:51:03 +00:00
Joseph Hall
793b93d91d Merge pull request #3151 from shadowfax-chc/locale
Locale for Gentoo
2013-01-04 10:55:10 -08:00
Thomas S Hatch
3afb744add Merge pull request #3146 from s0undt3ch/issues/3135
Redirect warnings to the logging system on python versions >= 2.6  Refs #3135
2013-01-04 10:42:54 -08:00
Thomas S Hatch
97153c3c0d Fix indents to make @s0ndt3ch happy 2013-01-04 11:40:59 -07:00
David Boucha
be50743e2b Add service dependency 2013-01-04 11:29:58 -07:00
shadowfax-chc
f61baece83 Fixed return for get_locale if os is Gentoo 2013-01-04 17:51:20 +00:00
shadowfax-chc
b916355a05 Fixed return for set_locale when os is Gentoo 2013-01-04 17:49:11 +00:00
Pedro Algarvio
f8073a08eb Warn about low mock version instead of mock not available. 2013-01-04 17:45:06 +00:00
shadowfax-chc
e978fc0148 Added Gentoo support to locale 2013-01-04 17:32:58 +00:00
Seth House
458f48fced Merge pull request #3149 from techhat/repo
Delete yum repo, or key from yum repo
2013-01-04 08:28:10 -08:00
Joseph Hall
88fcfcde66 Add the ability to delete a yum repo 2013-01-04 11:17:49 -05:00
Joseph Hall
e2276318f5 Be able to delete a key/value pair by specifying a key with an empty value 2013-01-04 11:17:35 -05:00
David Boucha
42972a8cb0 Add Windows Installer Package resources. 2013-01-04 08:57:30 -07:00
Pedro Algarvio
7be63d73fc Fix python version checking. Refs #3135 2013-01-04 11:51:26 +00:00
Pedro Algarvio
179d8d11a4 Merge branch 'develop' of github.com:saltstack/salt into develop 2013-01-04 11:42:21 +00:00
Pedro Algarvio
fa23799ca2 Typo. 2013-01-04 11:41:50 +00:00
Pedro Algarvio
a71358e6df Redirect warnings to the logging system on python versions >= 2.6 Refs #3135. 2013-01-04 11:36:57 +00:00
Thomas S Hatch
853ce42983 Merge pull request #3143 from mrud/mru/spelling
Replace succesful with successful (reported by lintian)
2013-01-03 22:04:49 -08:00
Thomas S Hatch
74044ae90c finish up layman state test interface 2013-01-03 22:51:46 -07:00
Thomas S Hatch
ad9f94a770 Merge pull request #3140 from shadowfax-chc/layman-state
Added state for layman.
2013-01-03 21:50:21 -08:00
Thomas S Hatch
89bfb80bc4 Merge pull request #3142 from s0undt3ch/develop
Add some more documentation to the `BufferedReader`. Refs #3127.
2013-01-03 21:44:38 -08:00
Thomas S Hatch
72707c1981 Merge pull request #3141 from s0undt3ch/issues/3135
Console logger now writes to `sys.stderr`. Make PyLint happier. Fixes #3135
2013-01-03 21:33:52 -08:00
Thomas S Hatch
2efa3bdebe Merge pull request #3145 from techhat/repo
Add the ability to modify or create repos
2013-01-03 21:30:25 -08:00
Joseph Hall
0c674487e6 Merge pull request #3144 from havan/fix-mdadm-module
Fix mdadm module: do not return False on Linux kernel
2013-01-03 21:09:02 -08:00
Joseph Hall
6a5428c3b4 Add the ability to modify or create repos 2013-01-04 00:01:31 -05:00
Ekrem Seren
885f4f551e Fix mdadm module: do not return False on Linux kernel 2013-01-04 06:38:19 +02:00
Ulrich Dangel
1e198d9708 Replace succesful with successful (reported by lintian) 2013-01-04 03:52:19 +00:00
shadowfax-chc
8e315e2103 Added docs for layman state 2013-01-03 20:27:35 -05:00
shadowfax-chc
88d27556c5 Added code for test interface to layman state 2013-01-03 19:37:23 -05:00
Pedro Algarvio
69b521d14e Minor doc indentation fix. 2013-01-04 00:37:13 +00:00
Pedro Algarvio
fcc712b033 Add some more documentation to the BufferedReader. Refs #3127. 2013-01-04 00:34:06 +00:00
shadowfax-chc
66d73f7f1b Added virtual to layman state 2013-01-03 19:28:20 -05:00
shadowfax-chc
4a67b46e40 Chaned layman state functions to conform to other states.
Changed added to present and deleted to absent
2013-01-03 19:25:26 -05:00
Pedro Algarvio
44f207df1c Console logger now writes to sys.stderr. Make PyLint happier. Fixes #3135. 2013-01-04 00:20:50 +00:00
Sean Channel
ef6f7a4f93 Merge pull request #3139 from seanchannel/develop
whack-a-mole
2013-01-03 16:07:12 -08:00
Sean Channel
324f15bb72 whack-a-mole 2013-01-03 16:03:38 -08:00
shadowfax-chc
e4f5de22a2 Added state for layman.
Adds the ability to ensure overlays are added or deleted via layman
2013-01-03 18:52:39 -05:00
Thomas S Hatch
3dbed390d4 Fix #3137 2013-01-03 16:43:07 -07:00
Thomas S Hatch
e9a55fce84 Merge pull request #3138 from techhat/repo
Add the ability to parse a whole directory full of repos
2013-01-03 14:59:04 -08:00
Joseph Hall
3d1211c89c Add the ability to parse a whole directory full of repos 2013-01-03 17:58:49 -05:00
Jeff Schroeder
b83b9a6bf0 Merge pull request #3132 from s0undt3ch/develop
Include Travis-CI in the hacking doc, it makes our life easier.
2013-01-03 12:50:33 -08:00
Pedro Algarvio
dd0258b3e4 Include Travis-CI in the hacking doc, it makes our life easier. 2013-01-03 18:51:44 +00:00
Thomas S Hatch
be48173550 Get rid of stray print 2013-01-03 10:07:28 -07:00
Thomas S Hatch
983599f4a7 @djs52 please test your pull reqs 2013-01-03 10:03:43 -07:00
Thomas S Hatch
c9bb825d89 Merge pull request #3129 from shadowfax-chc/retcode
patch to fix #2640
2013-01-03 08:47:50 -08:00
Thomas S Hatch
0ae2c7d979 Merge pull request #3126 from djs52/develop
Small fixes to file.sed
2013-01-03 08:36:43 -08:00
Thomas S Hatch
ea2c13df19 Merge pull request #3125 from fsniper/develop
Develop
2013-01-03 08:33:42 -08:00
shadowfax-chc
a7f728fb19 Changed _run to not set stdout=None when retcode=True
See bug #2640 for more details
2013-01-03 12:55:58 +00:00
Dan Sheridan
629363eaf6 In file.sed: "after" is not a regular expression 2013-01-03 11:13:38 +00:00