Commit Graph

48872 Commits

Author SHA1 Message Date
Jayesh Kariya
3ad77143a8 adding states/rabbitmq_vhost unit test case. 2015-06-08 18:23:15 +05:30
Jayesh Kariya
7d96f27f91 adding states/rabbitmq_user unit test case. 2015-06-08 17:47:04 +05:30
Aneesh Agrawal
980e1cb4dc Lint fix. 2015-06-07 23:54:16 -04:00
Aneesh Agrawal
dca33f1112 Fix pacman.list_upgrades for new python_shell default.
2015.5 sets the default for python_shell to False, so the pipe used in
pacman.list_upgrades no longer works. The egrep invocation after the
pipe has the effect of skipping the first output line, which is an
informational message. Instead of piping to egrep, we simply skip the
first line of output when parsing for the available upgrades.
2015-06-07 23:36:05 -04:00
Nicole Thomas
8917416d39 Merge pull request #24479 from ahus1/patch-1
change "path" to "name" for "file" operations
2015-06-07 11:56:11 -06:00
Elias Probst
1280054bce Fix typo (licnese → license). 2015-06-07 15:59:27 +02:00
Alexander Schwartz
7d6b60c79d change "path" to "name" for "file" operations
Path is no supported parameter for any file operation (maybe it has been in the past)
2015-06-07 13:14:26 +02:00
Justin Findlay
8618d5b6ea Merge pull request #24475 from rallytime/bp-24454
Back-port #24454 to 2015.5
2015-06-06 19:29:32 -06:00
Justin Findlay
61658ffef7 Merge pull request #24474 from rallytime/bp-24420
Back-port #24420 to 2015.5
2015-06-06 19:29:11 -06:00
Raphaël Hertzog
a793c192a6 Avoid extraneous newline character added in last environment variable
The print statement used to dump the environment associated to the 'runas'
user adds a trailing newline at the end of the string. This newline is
kept and injected in the value of the last environment variable. Most of
the time, it is innocuous but in some cases it can have serious
consequences.

In my case, the last variable was HOME and the trailing newline broke the
command that salt was executing because it was not able to create a file
in the home directory (which was non-existing).

Sponsored-By: Offensive Security
Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
2015-06-06 17:21:16 -06:00
Niels Abspoel
4219b404ad Fix lint error and update versionadded to 2015.5.3 2015-06-06 17:20:02 -06:00
Niels Abspoel
3613cc9659 added random integer module to mod_random.py
fixes #24407 this will help solve it
2015-06-06 17:20:01 -06:00
Jacob Hammons
1035959459 Appended .0 to version added 2015-06-06 12:38:59 -06:00
Justin Findlay
508d7ddb91 Merge pull request #24472 from variia/Fix-yumpkg_group_install-return-change-#24233
ensure {} output is not treated as change in module.py state, fixes #…
2015-06-06 08:45:44 -06:00
Justin Findlay
0292e67c8a Merge pull request #24466 from basepi/fixhashinargs18045
[2015.5] Fix for # in inner strings in yaml arguments
2015-06-06 08:35:56 -06:00
Ivan Vari
37e8827ce8 ensure {} output is not treated as change in module.py state, fixes #24233 2015-06-06 23:03:55 +12:00
Andreas Lutro
6a11ec87b8 set up salt-ssh file logging 2015-06-06 12:02:52 +02:00
Justin Findlay
8140c96949 update npm's user info envs
Proposed fix for #24231.
2015-06-05 19:26:05 -06:00
Justin Findlay
cb572f8c41 add env parameter to npm.uninstall 2015-06-05 19:26:05 -06:00
Jacob Hammons
d45c4ed11f Bug fixes and build errors
Refs #23211
Refs #24268
Refs #24235
Refs #24193
Refs #24172
Refs #19901
Refs #19801
2015-06-05 17:32:35 -06:00
Colton Myers
2e0609f09e Fix for # in inner strings in yaml arguments
Fixes #18045
The fix for #8585 should still be intact
2015-06-05 17:17:43 -06:00
Justin Findlay
19c912866d catch exception from softwarerepositories
Fixes #24318.
2015-06-05 16:53:53 -06:00
Nicole Thomas
ced558a6e6 Merge pull request #24456 from rallytime/bp-24441
Back-port #24441 to 2015.5
2015-06-05 16:32:25 -06:00
Justin Findlay
6e8cd44500 fix typo in modules/mount.py
Fixes #24296.
2015-06-05 16:21:12 -06:00
dkiser
1944a743d7 fix for #24434 2015-06-05 14:13:25 -07:00
Colton Myers
c0ff4110ab Merge pull request #24398 from makinacorpus/aptv
VirtualName for states.apt
2015-06-05 11:40:04 -06:00
rallytime
70028553c1 yaml indentations should be 2 spaces 2015-06-05 11:21:26 -06:00
Arthur Lutz
21b51abf25 [doc] Alignement fix on external_auth documentation 2015-06-05 11:20:00 -06:00
Justin Findlay
36263405be Merge pull request #24447 from jayeshka/rabbitmq_policy_states-unit-test
adding states/rabbitmq_policy unit test case.
2015-06-05 09:26:10 -06:00
Justin Findlay
8445a3f28d Merge pull request #24446 from jayeshka/rabbitmq_plugin_states-unit-test
adding states/rabbitmq_plugin unit test case.
2015-06-05 09:25:32 -06:00
Jayesh Kariya
9b038abd63 adding states/rabbitmq_policy unit test case. 2015-06-05 17:35:31 +05:30
Jayesh Kariya
cb0c99a012 adding states/rabbitmq_plugin unit test case. 2015-06-05 17:33:49 +05:30
Jayesh Kariya
ea27cefb10 adding states/pyrax_queues unit test case. 2015-06-05 17:32:19 +05:30
Mathieu Le Marec - Pasquet
785d27707f VirtualName for states.apt
This fixes #24397

Signed-off-by: Mathieu Le Marec - Pasquet <kiorky@cryptelium.net>
2015-06-05 09:45:52 +02:00
Justin Findlay
9cc3808758 Merge pull request #24426 from basepi/merge-forward-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
2015-06-04 21:59:11 -06:00
Nicole Thomas
5d738b8dab Merge pull request #24429 from jacobhammons/cloud-doc-updates
Salt cloud doc updates, build errors and bug fixes
2015-06-04 18:27:38 -06:00
Jacob Hammons
1f7a13d6f9 Salt cloud doc updates, build errors and bug fixes
Refs #24309
2015-06-04 16:42:47 -06:00
Colton Myers
eafa20cdfb Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5 2015-06-04 15:48:35 -06:00
Thomas S Hatch
83f853b6ea Merge pull request #24405 from jacksontj/2014.7
Fix for #24276
2015-06-04 14:50:42 -06:00
Justin Anderson
cdffc02cfe Merge pull request #24408 from rallytime/bp-24392
Backport #24392 to 2015.5
2015-06-04 14:22:09 -06:00
Justin Anderson
a6a1f87cd9 Merge pull request #24380 from rallytime/bp-24357
Backport #24357 to 2015.5
2015-06-04 14:13:51 -06:00
Thomas S Hatch
cef919c602 Merge pull request #24395 from hvnsweeting/handle-exception-get-file
handle exceptions when received data is not in good shape
2015-06-04 14:08:22 -06:00
Thomas S Hatch
86ce9dbbdf Merge pull request #24388 from pengyao/sshclient-kwargs
fixes #24358
2015-06-04 14:07:40 -06:00
Thomas S Hatch
72d2eaeda9 Merge pull request #24367 from terminalmage/issue22958
Improve error message when module does not exist
2015-06-04 14:07:12 -06:00
Thomas S Hatch
a628778e3c Merge pull request #24412 from jfindlay/bp-23387
backport #23387
2015-06-04 14:06:03 -06:00
Justin Anderson
485116c2cc Merge pull request #24336 from twangboy/fix_cp_get_url
Added line to give more descriptive error
2015-06-04 13:56:00 -06:00
Nicole Thomas
b3d39cc0e8 Merge pull request #24413 from techhat/gogridnamespace
Add more namespaced functions to GoGrid driver
2015-06-04 13:51:21 -06:00
Justin Anderson
efba1a94b4 Merge pull request #24305 from twangboy/win_path_docs
Added documentation, fixed formatting
2015-06-04 13:40:54 -06:00
Colton Myers
27f109bd76 Merge pull request #24399 from makinacorpus/versionvirtual
Versionvirtual
2015-06-04 12:02:22 -06:00
Joseph Hall
1b397cb6fe Adding blank line 2015-06-04 11:54:58 -06:00