Commit Graph

16173 Commits

Author SHA1 Message Date
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
Chris Rebert
dd7ce91766 gitfs: fix typo found by pylint
disutils => distutils

************* Module salt.fileserver.gitfs
E0602: 47,13:__virtual__: Undefined variable 'disutils'
2013-07-29 20:07:06 -07:00
Thomas S Hatch
800c6d3dbe Merge pull request #6416 from mgwilliams/virt-list
virt.list: break list down by state
2013-07-29 19:53:05 -07:00
Thomas S Hatch
49d505fa2b Merge pull request #6415 from bryanchow/develop
Add Debian/Ubuntu package compatible service dir to daemontools module
2013-07-29 19:51:34 -07:00
Thomas S Hatch
76e74a5345 Add distutils version checks to gitfs virtual function 2013-07-29 20:46:40 -06:00
Thomas S Hatch
927725e65a Merge pull request #6412 from KennethWilke/develop
Log error for insufficient gitpython version
2013-07-29 19:41:40 -07:00
Thomas S Hatch
9c3fd1d625 Merge pull request #6411 from terminalmage/issue6384
Add summary to highstate output
2013-07-29 19:38:09 -07:00
Pedro Algarvio
9be409e95b Merge pull request #6425 from UtahDave/lockdown_windows
Set permissions on Salt dir
2013-07-29 18:41:25 -07:00
David Boucha
5a48188f54 Set permissions on Salt dir
Only allow Administrator's group and System user access to
c:\salt
2013-07-29 19:07:52 -06:00
Pedro Algarvio
76f2b31e70 Merge pull request #6421 from terminalmage/issue6338
rabbitmq: quote passwd when adding user/changing passwd
2013-07-29 18:07:40 -07:00
Pedro Algarvio
89621b0d80 Merge pull request #6422 from terminalmage/docs
Punctuation fix in pillar docs
2013-07-29 18:04:44 -07:00
Pedro Algarvio
5b542b36fd Merge pull request #6423 from UtahDave/develop
bump windows installer version
2013-07-29 18:02:49 -07:00
David Boucha
2b193b0a1d bump windows installer version 2013-07-29 18:59:48 -06:00
Erik Johnson
17d206b783 Punctuation fix in pillar docs
Sentence is missing a period at the end.
2013-07-29 19:56:06 -05:00
Erik Johnson
c9b4bd14f7 Remove unused arg 'name'
This was likely the result of the function definition being
copied-and-pasted when this function was added, and the unneeded
argument not being removed.
2013-07-29 19:45:39 -05:00
Erik Johnson
59ea7db81d rabbitmq: quote passwd when adding user/changing passwd
This fixes #6338, enabling the setting of passwords with characters that
would otherwise be interpolated by the shell by single-quoting the
password.
2013-07-29 19:38:35 -05:00
Erik Johnson
3145ca50e2 Change color for failed states in summary
This changes the color for failed states in the summary from red to cyan
if there are no failed states.
2013-07-29 18:56:05 -05:00
Pedro Algarvio
a7c7cca94e Test if an exception is raised if the required binary is not found. 2013-07-29 23:29:58 +01:00
Bryan Chow
23789c92e1 Add Debian/Ubuntu package compatible service dir to daemontools module 2013-07-29 15:14:45 -07:00
Pedro Algarvio
2f2d694f7b Merge pull request #6410 from cvrebert/patch-1
state.py: rm unused import of callable()
2013-07-29 15:03:24 -07:00
Colton Myers
13540656e4 Merge pull request #6414 from basepi/freebsd6407
Only split on basestring types
2013-07-29 14:20:26 -07:00
Colton Myers
7b2d87700d Only split on basestring types 2013-07-29 15:18:56 -06:00