Denys Havrysh
d2a9d67b5b
Update installation instruction for community repos on RHEL
2016-02-09 13:57:58 +02:00
Andrew Pashkin
1f0c7496fc
Specify usage of lookup
key in formulas pillars
2016-02-09 13:41:35 +03:00
Denys Havrysh
bbdf2523c8
Add workaround for RHEL 7 systems mentioned in the issue #29094
2016-02-09 12:32:57 +02:00
Marno van der Molen
94521070b4
switch 'and not' like suggested & add LXC to supported technologies at the top
2016-02-09 08:47:02 +01:00
Erik Johnson
6d15a17d6b
Fix yumpkg _get_branch_option()
...
Needs to be returning a list
2016-02-09 01:15:14 -06:00
Erik Johnson
4b855a85ee
Don't handle epoch specially for dnf
...
Epoch handling is done in salt.utils.pkg.rpm.parse_pkginfo() now, so
remove special handling for dnf and make both yum and dnf work the same.
2016-02-08 21:09:43 -06:00
Erik Johnson
5244de2fae
More efficient way to add the epoch before version number
2016-02-08 21:08:51 -06:00
twangboy
baffbbdb74
Comment multiprocessing line in minion config
2016-02-08 18:14:17 -07:00
twangboy
933544b8c8
Set multiprocessing to true in config.py
2016-02-08 18:13:07 -07:00
twangboy
8876893b5c
Fix remove placeholder files
2016-02-08 17:51:36 -07:00
twangboy
788855cc94
Remove placeholder files
2016-02-08 17:42:07 -07:00
twangboy
c834a9d5e5
Set overwrite to off
...
Remove place holder files (empty)
2016-02-08 17:29:39 -07:00
Colton Myers
2b8f7a12e7
Merge pull request #31026 from terminalmage/issue30934
...
Fix regression when contents_pillar/contents_grains is a list.
2016-02-08 17:03:15 -07:00
Nick Young
730b5ef3e2
Update tests to cover new peering return val.
2016-02-09 10:58:44 +11:00
Byron Clark
cf20f48c6a
Remove duplicated code.
...
This check exists twice in the code. Once is good enough for anyone.
2016-02-08 16:30:10 -07:00
Byron Clark
d99b8b6d87
Return a fake version number of old pip versions.
...
The version of pip that ships with Ubuntu 12.04 doesn't have a
`__version__` attribute. It's obviously older than version 8.0.0 so fake
the version number here.
2016-02-08 16:28:55 -07:00
Winston Liu
6952e57b4c
few doc mod's.
2016-02-08 15:22:51 -08:00
justinta89
321ce95dd5
Lint Fix
2016-02-08 16:14:51 -07:00
Erik Johnson
f43aaf4dff
Fix regression when contents_pillar/contents_grains is a list.
...
Resolves #30934 .
2016-02-08 16:47:02 -06:00
justinta89
6269c2088a
Updated data_test to match with deprecations.
2016-02-08 15:43:12 -07:00
justinta89
9a1b86ea18
Removed deprecated states/saltmod.py code
2016-02-08 15:41:02 -07:00
justinta89
84b0d2b058
Removed deprecated states/glance.py code
2016-02-08 15:40:03 -07:00
justinta89
d2dac0a1d1
Removed deprecated modules/reg.py code
2016-02-08 15:37:56 -07:00
Justin Findlay
3d1be080ad
modules.aptpkg.upgrade: clarify dist-upgrade usage
...
Fixes #30983 .
2016-02-08 15:18:32 -07:00
abednarik
b74d05b2fb
ZIP Archives options addon.
...
When using unzip binary extend command with zip_options. Note that options was
already present but not used. Also since cmd_unzip is just a fallback functions
zip_options will be ignored when zipfile library is present.
This is somekind hacky because zipfile library and unzip binary are way diferrent and having
the same variable to hold options for both function is really complex.
Fixes #30688 / #23758 .
2016-02-08 19:04:37 -03:00
justinta89
5a1aeb7753
Lint Fix
2016-02-08 14:56:06 -07:00
Erik Johnson
763581798b
Add unit tests to ensure a valid provider
2016-02-08 15:18:11 -06:00
Carson Anderson
10f8df2867
cmd is not a valid module name
2016-02-08 13:46:45 -07:00
twangboy
7decec2cae
Backport uname fix from #30951
2016-02-08 13:20:27 -07:00
Daniel Wallace
e1211ed89f
include possible epoch in version for rpm
...
Fixes #31014
2016-02-08 14:05:39 -06:00
Mike Place
fb842ae208
Merge pull request #30992 from rallytime/bp-30970
...
Back-port #30970 to 2016.3
2016-02-08 13:05:18 -07:00
Erik Johnson
49ec61d58b
Fix gitfs/git_pillar/winrepo provider to allow lowercase values
...
This was an unintended side effect of the rewrite. This fix will restore
the previous (and intended) behavior.
2016-02-08 13:55:07 -06:00
Thomas S Hatch
3337d13c45
return correct value
2016-02-08 12:36:24 -07:00
Thomas S Hatch
74cd8f1202
Merge pull request #31013 from cachedout/lint_thor_2
...
Lint thor 2
2016-02-08 12:33:30 -07:00
Mike Place
dd57535a87
Merge pull request #30951 from skizunov/develop2
...
Added Windows master related scripts
2016-02-08 11:59:34 -07:00
Mike Place
f6ee062a24
Merge pull request #30952 from tomxtobin/fix-missing-salt-1-man-page
...
Fix missing salt.1 man page in setup.py
2016-02-08 11:56:40 -07:00
Mike Place
de215bd0cd
Merge pull request #30978 from garethgreenaway/30472_state_functions_no_default_retcode
...
fixes to state.py in 2015.8
2016-02-08 11:49:05 -07:00
Mike Place
65fbf980cf
Merge pull request #30893 from bdrung/reproducible
...
Make build reproducible
2016-02-08 11:44:35 -07:00
Mike Place
5b0c7649c7
Merge pull request #30945 from cachedout/note_pillar_cli
...
Note that pillar cli args are sent via pub
2016-02-08 11:43:59 -07:00
Mike Place
28465bce98
Merge pull request #30986 from abednarik/cron_state_boron_deprecations
...
Deprecated Boron warnings in cron state.
2016-02-08 11:31:44 -07:00
Mike Place
431aafb222
Lint
2016-02-08 11:27:46 -07:00
Mike Place
3b7b6f2398
Merge pull request #31002 from rmtmckenzie/cloud-lxc-provide-fix
...
Fix lxc cloud provided minion reporting present
2016-02-08 11:14:50 -07:00
Mike Place
b2cf886111
Merge pull request #30988 from abednarik/file_state_boron_deprecations
...
File state born deprecations.
2016-02-08 11:09:34 -07:00
Mike Place
c48122ae9a
Merge pull request #31007 from jtand/rabbitmq_vhost_test_fix
...
Fixed rabbitmq_vhost test failure.
2016-02-08 10:48:00 -07:00
justinta89
56efb2d06a
File state born deprecations.
...
Backport of #30988
2016-02-08 10:13:15 -07:00
Mike Place
811461e4b4
Merge pull request #31004 from rallytime/fix-30993
...
Remove overstate docs and a few references.
2016-02-08 10:08:24 -07:00
justinta89
eedc12b722
Deprecate Boron warnings in cron state.
...
Backport of #30986
2016-02-08 10:06:48 -07:00
justinta89
962e0deda5
Fixed rabbitmq_vhost test failure.
2016-02-08 10:02:43 -07:00
Marno van der Molen
3d6816b829
let user know the 'disk' option is not supported
2016-02-08 17:54:56 +01:00
Mike Place
59ca122b24
Merge pull request #30972 from tsaridas/boto_rds_parameter_group
...
Boto rds parameter group
2016-02-08 09:52:49 -07:00