Commit Graph

9361 Commits

Author SHA1 Message Date
Pedro Algarvio
374829d190 Fix PyLint W0102 on salt.modules.pkg_resource + PEP8. Refs #1775 2012-12-31 22:11:51 +00:00
Pedro Algarvio
543c2882b6 Fix PyLint W0102 on salt.modules.ssh. Refs #1775 2012-12-31 22:04:08 +00:00
Thomas S Hatch
ab2e6a64bd Merge pull request #3100 from FireHost/fix_yumpkg_valueerror
Fix ValueError on cross-platform minion / master
2012-12-31 13:19:38 -08:00
Aaron Tygart
720cf93d87 Fix ValueError on cross-platform minion / master
* Rework __virtual__ grains check logic
* Remove rpm import
2012-12-31 14:26:26 -06:00
Thomas S Hatch
f5df8d7245 Merge pull request #3099 from archtaku/develop
PEP8 fixes
2012-12-31 12:02:23 -08:00
Erik Johnson
45c76247f7 PEP8 fixes 2012-12-31 13:58:14 -06:00
Thomas S Hatch
d49b365da6 Merge pull request #3098 from techhat/lvm
Adding missing create/remove functions to LVM
2012-12-31 11:47:24 -08:00
Joseph Hall
00395ae732 In my tests, lvremove always requied --force to disable interactive mode 2012-12-31 12:41:15 -07:00
Joseph Hall
3b419a344e Adding pvcreate, lvcreate, vgremove 2012-12-31 12:39:51 -07:00
Thomas S Hatch
51e2a3db4a Merge pull request #3079 from DamianZaremba/develop
Adding keystone auth module
2012-12-31 10:45:25 -08:00
Thomas S Hatch
4a8adc7a5f Merge pull request #3096 from UtahDave/add_winrepo_docs
Add winrepo docs
2012-12-31 10:38:23 -08:00
Thomas S Hatch
4de50fc969 Merge pull request #3095 from archtaku/cleanup
Clean up last remnants of _compare_versions funcs
2012-12-31 10:36:16 -08:00
David Boucha
2f05c94d8a Add Windows Repo configs to config template files 2012-12-31 11:35:31 -07:00
David Boucha
4a3135b5ab grammar fix. url fix. 2012-12-31 11:35:31 -07:00
David Boucha
7ab1a8e3e8 Add Windows Package manager docs 2012-12-31 11:35:31 -07:00
David Boucha
f023e3fcae Add link to Windows Package manager on front page. 2012-12-31 11:35:31 -07:00
David Boucha
544d753d00 Merge pull request #3094 from archtaku/winfix
Quiet exception logging on non-windows platforms
2012-12-31 10:35:19 -08:00
Erik Johnson
f3e2d332d0 Clean up last remnants of _compare_versions funcs
pkg_resource.find_changes does what _compare_versions once did. Found
some places where this function was still used (including a rather ugly
import in brew.py) and replaced them with calls to
pkg_resource.find_changes.
2012-12-31 12:14:16 -06:00
Joseph Hall
4cff861fbd Need parted.py to able to set LVM flag (with sfdisk) 2012-12-31 10:59:47 -07:00
Erik Johnson
af33a206d3 Quiet exception logging on non-windows platforms
Some commits from earlier today in the win_status module result in
numerous exceptions being logged on non-windows platforms. They are
useful in Windows to notify the user that the proper prerequisites are
not installed, but they are just noise on other platforms. This commit
quiets that logging if the minion is not on a Windows platform.
2012-12-31 11:59:15 -06:00
DamianZaremba
2227b0e481 Moving config option to match keystone module 2012-12-31 17:48:59 +00:00
Joseph Hall
94883a2de7 If no volume groups are found, return empty dict 2012-12-31 10:30:02 -07:00
Thomas S Hatch
649388a995 Merge pull request #3087 from archtaku/issue2786
Add --disablerepo support for yumpkg modules
2012-12-31 09:10:30 -08:00
Erik Johnson
aab0ab5747 Add --disablerepo support for yumpkg modules
As part of this commit, the following changes were also made:

1) The "repo" argument for the package provider modules and the pkg
   state has been renamed to "fromrepo". If the "repo" keyword argument
   is specified and "fromrepo" was not, then the value from "repo" will
   be used, in order to provide backwards compatibility. Otherwise the
   "repo" argument is ignored.

2) The "repo" argument to brew.py was not used for anything. It has been
   removed.

3) yumpkg{,5}.py have been modified so that they both accept
   "enablerepo" and "disablerepo" arguments, in order to allow these
   yum-specific arguments to be passed through to yum. These args will
   be ignored however, if "fromrepo" or "repo" is passed.

4) The example return dicts in much of the pkg providers had invalid
   data structures in them. Corrected these so that the docs make more
   sense.
2012-12-31 11:04:13 -06:00
Thomas S Hatch
0cc6ca0061 Merge pull request #3093 from techhat/lvm
Add extents to lvcreate
2012-12-31 08:43:39 -08:00
Thomas S Hatch
ff2861243c Merge pull request #3089 from vlaci/master
win_status module refactor and bugfix
2012-12-31 08:39:19 -08:00
Thomas S Hatch
5cb2ca4b1d Merge pull request #3088 from archtaku/docs
Leave off trailing slash
2012-12-31 08:38:22 -08:00
Joseph Hall
dbdc1b5e30 Add extents to lvcreate 2012-12-31 09:14:15 -07:00
Thomas S Hatch
a3bd9ec366 Merge pull request #3086 from shadowfax-chc/glsa-check
glsa check list function
2012-12-31 08:13:43 -08:00
David Boucha
49d18225c4 Merge pull request #3092 from UtahDave/develop
change default repository
2012-12-31 08:11:00 -08:00
David Boucha
8bbdb0a23a change default repository 2012-12-31 09:10:17 -07:00
David Boucha
2d1bf36666 Merge pull request #3090 from UtahDave/develop
Add missing import
2012-12-31 07:40:46 -08:00
David Boucha
49d7107e7e Add missing import 2012-12-31 08:39:57 -07:00
László Vaskó
7ff2ab7d58 win_status_test: added pid explicitly 2012-12-31 11:45:54 +01:00
László Vaskó
d6d9e9ce47 win_status: finalize COM library properly 2012-12-31 11:45:54 +01:00
László Vaskó
51150f1427 win_status: handle if CommandLine is None 2012-12-31 11:45:54 +01:00
László Vaskó
1aee62c15b win_status: Added depends metainfo 2012-12-31 11:45:53 +01:00
László Vaskó
a054a61742 win_status: minor cleanup (for Pull Request #3080) 2012-12-31 11:45:31 +01:00
Erik Johnson
86c10c673d Leave off trailing slash
None of the other directory paths have a trailing slash, this commit
makes a small aesthetic change.
2012-12-31 04:32:03 -06:00
shadowfax-chc
8774862603 Fixed comparisions in glsa_check_list 2012-12-31 03:55:42 -05:00
shadowfax-chc
73a48a471c Make CVEs into a list in glsa_check_list 2012-12-31 03:53:03 -05:00
shadowfax-chc
b7546f50ce Made status more descriptive for glsa_check_list 2012-12-31 03:50:05 -05:00
shadowfax-chc
9f23e1b013 Fixed bug in processing glsa_list in glsa_check_list 2012-12-31 03:45:09 -05:00
shadowfax-chc
2cb111cf82 Changed glsa_check_list's helper function to just process the entire output 2012-12-31 03:43:25 -05:00
shadowfax-chc
c64e363e9a Added glsa_check_list function to gentoolkitmod
This lists the status of Gentoo Linux Security Advisories
2012-12-31 03:32:03 -05:00
Thomas S Hatch
4510ac1e06 Patch in environment lookups for non roots file servers 2012-12-31 00:42:53 -07:00
Thomas S Hatch
ed6bed7625 env lookup needs to support tags 2012-12-31 00:42:53 -07:00
Thomas S Hatch
27754e9a21 Merge pull request #3085 from shadowfax-chc/eclean_pkg
Eclean pkg
2012-12-30 23:27:25 -08:00
Thomas S Hatch
a8aa2d7342 Add fixes to gitfs backend 2012-12-31 00:27:12 -07:00
Thomas S Hatch
f562abea05 Set up master clean proc to update file server backends 2012-12-31 00:27:11 -07:00