Erik Johnson
59a805607c
Add release notes for 0.16.2
2013-07-31 22:55:52 -05:00
Erik Johnson
01beb1eb62
Merge pull request #6466 from terminalmage/docs
...
Docmentation tweaks in advance of 0.16.2 release
2013-07-31 18:44:52 -07:00
Erik Johnson
70e236d028
Docmentation tweaks in advance of 0.16.2 release
2013-07-31 20:43:37 -05:00
Colton Myers
9c1950d548
Merge pull request #6463 from terminalmage/issue6462
...
Fix extfs module kwarg_map
2013-07-31 12:57:58 -07:00
Erik Johnson
5ac2e01051
Fix extfs module kwarg_map
...
This fixes #6462 . the "kwarg_map" was not taking into account the
"private" kwargs that get passed.
2013-07-31 14:52:58 -05:00
David Boucha
282e3526f0
Merge pull request #6461 from terminalmage/issue6303
...
Fix 32-bit binary package installs on 64-bit OS
2013-07-31 12:45:47 -07:00
Erik Johnson
1d0d5b65ae
Docstring tweak for pull req #6461
2013-07-31 13:01:18 -05:00
Erik Johnson
047c338ac9
Fix 32-bit binary package installs on 64-bit OS
...
This fixes #6303 . It also forces a change in SLS for apt-based systems,
to avoid a name collision with the 64-bit version of the package. 32-bit
binary packages must now be referred to using pkgname:arch, as they
appear in dpkg --list.
2013-07-31 12:56:10 -05:00
David Boucha
f1017bf478
Merge pull request #6460 from basepi/ordereddict
...
Convert OrderedDicts inside of lists
2013-07-31 10:23:18 -07:00
Colton Myers
f5368e2fab
Convert OrderedDicts inside of lists
2013-07-31 11:17:50 -06:00
Colton Myers
406a2de28b
Comment out unused import of sys
2013-07-31 10:32:49 -06:00
Thomas S Hatch
3368a3d27a
Merge pull request #6457 from s0undt3ch/hotfix/pylint-anomalous-backslash
...
Use raw strings for proper backslashes.
2013-07-31 07:11:19 -07:00
Pedro Algarvio
9b09697352
Use raw strings for proper backslashes.
2013-07-31 06:13:23 +01:00
Thomas S Hatch
94baa88e8d
Merge pull request #6454 from mafrosis/git_unless_onlyif
...
Add support for unless/onlyif to git.latest
2013-07-30 21:30:37 -07:00
Thomas S Hatch
fa8e3dbeae
Merge pull request #6452 from tsheibar/issue-6427
...
Issue #6427 fix : Choose Package Provider on CentOS Boxes with Custom /etc/centos-release Content
2013-07-30 21:29:07 -07:00
Ted Sheibar
4cb95adf54
Issue #6427 fix : Added conditional block to grains/core.py to address CentOS boxes that may have custom content within /etc/centos-release
2013-07-30 19:45:56 -07:00
Pedro Algarvio
cc9de9a2ef
Merge pull request #6455 from jacksontj/develop
...
Fixing a typo ;)
2013-07-30 18:58:31 -07:00
Thomas Jackson
46f2fe8233
Fixing a typo ;)
2013-07-30 18:46:24 -07:00
mafro
7138d768c5
add support for unless/onlyif to git.latest
2013-07-31 01:12:35 +00:00
Pedro Algarvio
e921f7a272
Merge pull request #6451 from cvrebert/patch-1
...
states.file: avoid the `copy` module; conflicts w/ new copy() func
2013-07-30 11:49:39 -07:00
Chris Rebert
b817833e1e
states.file: rewrite to avoid using the copy
module, which conflict w/ new copy() func
...
************* Module salt.states.file
E0102:1992,0:copy: function already defined line 139
2013-07-30 11:16:56 -07:00
Thomas S Hatch
4251341a7b
Add file.copy state
...
@UtahDave can you please double check this? fix for #6440
2013-07-30 10:44:14 -06:00
Joseph Hall
4d28c1c24d
Merge pull request #6446 from techhat/filecopy
...
Add file.copy, fixes #6440
2013-07-30 09:27:11 -07:00
Joseph Hall
ef12777180
Add file.copy, fixes #6440
2013-07-30 10:26:11 -06:00
Thomas S Hatch
fa9e2608a5
Merge pull request #6439 from terminalmage/issue6431
...
Fix multiple group.present states for same group
2013-07-30 09:16:07 -07:00
Erik Johnson
8775cbb3b2
Fix multiple group.present states for same group
...
This commit fixes #6431 by clearing the context variable created by
running __salt__['group.getent'](), allowing multiple group.present
states which reference the same group to be successfully used in the
same salt run.
2013-07-30 10:51:08 -05:00
Joseph Hall
08c123fa98
Merge pull request #6430 from saurabhsurana/rabbitmq-module-add-commands
...
added list_queues commands
2013-07-30 07:25:20 -07:00
Joseph Hall
5b76ad722f
Merge pull request #6408 from KB1JWQ/corey-addosmajorversion
...
Add a major version
2013-07-30 07:22:28 -07:00
Joseph Hall
d539e6e8ff
Merge pull request #6433 from s0undt3ch/sprint/mock-salt.modules.archive
...
Complete the work started on the sprint for `salt.modules.archive`
2013-07-30 07:21:24 -07:00
Joseph Hall
c6f7046984
Merge pull request #6436 from bryanchow/develop
...
Prevent inadvertent CommandExecutionError on daemontools module import
2013-07-30 07:14:03 -07:00
Bryan Chow
c8a196b6bb
Prevent inadvertent CommandExecutionError on daemontools module import
2013-07-30 00:18:56 -07:00
Pedro Algarvio
2bcecced88
Merge pull request #6434 from tomeduarte/patch-1
...
Fix typo in pidfile code example.
2013-07-29 23:06:23 -07:00
Tomé Duarte
7946bef5f3
Fix typo in pidfile code example.
2013-07-30 06:57:34 +01:00
Pedro Algarvio
b28da94e2d
Merge pull request #6432 from gravyboat/patch-1
...
Fixed a typo in pki minion information.
2013-07-29 22:42:18 -07:00
Forrest
a860e5d002
Fixed a typo in pki minion information.
...
Modified path to properly reference the key location.
2013-07-29 22:35:28 -07:00
Pedro Algarvio
fe1736bbcd
Fix the mocked test for archive.unrar
.
2013-07-30 06:14:13 +01:00
Pedro Algarvio
03102b37c7
We returned on the previous line. Fix unreachable code.
2013-07-30 05:43:34 +01:00
Pedro Algarvio
189bc4e45e
Added mocked tests for salt.modules.archive.unrar()
2013-07-30 05:36:19 +01:00
Pedro Algarvio
4128a89cee
Fixed salt.modules.archive.unrar()
. *
magic cannot be used.
...
We can extract using `rar` and `unrar`, make use of that.
2013-07-30 05:35:03 +01:00
Saurabh Surana
ffa6f10331
added list_queues commands
2013-07-29 21:26:30 -07:00
Pedro Algarvio
bb9762b62e
Added a which_bin
decorator.
2013-07-30 05:19:17 +01:00
Pedro Algarvio
16c4057c4f
Added mocked tests for salt.modules.archive.zip()
. Excludes as a list
2013-07-30 05:01:39 +01:00
Pedro Algarvio
39d0006931
Added mocked tests for salt.modules.archive.unzip()
. Excludes as a list
2013-07-30 05:00:58 +01:00
Pedro Algarvio
34b22afad9
Added mocked tests for salt.modules.archive.rar()
2013-07-30 04:59:28 +01:00
Pedro Algarvio
57ce221041
Fixed salt.modules.archive.rar()
. *
magic cannot be used.
2013-07-30 04:56:32 +01:00
Pedro Algarvio
1a7b68b1a3
Added mocked tests for salt.modules.archive.unzip()
2013-07-30 04:52:31 +01:00
Pedro Algarvio
58f9a542a2
Fixed salt.modules.archive.unzip()
. *
magic cannot be used.
2013-07-30 04:26:13 +01:00
Pedro Algarvio
2f2047aa47
Added mocked tests for salt.modules.archive.zip()
2013-07-30 04:22:02 +01:00
Pedro Algarvio
caec8ce87f
Fixed salt.modules.archive.zip()
. Passing *sources
was not working.
2013-07-30 04:20:36 +01:00
Thomas S Hatch
aeb20a4388
Merge pull request #6426 from cvrebert/patch-2
...
gitfs: fix typo found by pylint
2013-07-29 20:07:52 -07:00