Arthur Lutz
6761ea5008
docstring typo
2016-01-26 11:13:56 +01:00
Bo Maryniuk
a7141be651
Put 'kwargs' on its own line according to the common pattern
2016-01-26 10:03:02 +01:00
Daniel Wendler
e38f1fba3f
Renaming salt-ssh option and documentation fix
...
For consistency the wipe_ssh option is renamed in ssh_wipe as all other
options in the salt-ssh command are in this style.
The documentation was also adjusted to reflect the renaming.
There were also an wrong salt-ssh example in the documentation.
2016-01-26 08:36:13 +01:00
Jorge Schrauwen
3000db55bd
fixed catching the wrong except
2016-01-26 06:58:38 +00:00
jizhilong
5c710fb709
fix pylint errors and add a docstring.
2016-01-26 14:54:15 +08:00
twangboy
bc4e07846d
Added/Updated documentation
2016-01-25 17:59:37 -07:00
Colton Myers
621d8785de
Merge pull request #30579 from sjorge/module-localemod
...
Fix up salt.modules.locale(mod) for Solaris and some generic improvements
2016-01-25 17:21:42 -07:00
Colton Myers
ef6c4e8377
Merge pull request #30628 from rallytime/fix-25658
...
Refactor rabbitmq_policy states to use test=true functionality correctly
2016-01-25 17:21:03 -07:00
twangboy
729caed9f2
Updated docs
2016-01-25 17:20:54 -07:00
twangboy
88db102dd0
Fixed set_boot_arch, added some docs
2016-01-25 17:16:25 -07:00
Colton Myers
64f17568a4
Merge pull request #30627 from sjmh/etcd_set_tree
...
Add etcd update function
2016-01-25 17:07:46 -07:00
Colton Myers
80d0e428aa
Merge pull request #30624 from cro/remove_bad_symlinks
...
Remove bad symlinks from osx pkg dir
2016-01-25 17:02:25 -07:00
Colton Myers
330ea9a292
Merge pull request #30622 from rallytime/fix-30621
...
Add glance state to list of state modules
2016-01-25 16:55:54 -07:00
Colton Myers
f00d8f398a
Merge pull request #30618 from rallytime/bp-30591
...
Back-port #30591 to 2015.8
2016-01-25 16:55:20 -07:00
Winston Liu
54c111e5e1
Merge branch 'boto_lambda' into boto_apigateway
2016-01-25 15:51:10 -08:00
kbelov
b01fff7922
added integration response mapping templates to handle errors
2016-01-25 15:48:15 -08:00
rallytime
bf9ffded6d
Refactor rabbitmq_cluster states to use test=true functionality correctly
...
Fixes #7811
2016-01-25 16:47:54 -07:00
twangboy
a77da9540c
Fixed quoting for set_subnet_name
2016-01-25 16:37:26 -07:00
Hamza Sheikh
bb599a61a2
Fix indent in setup.py
2016-01-25 15:37:06 -08:00
twangboy
d35fa47fa0
Added command line example for set_computer_name
2016-01-25 16:33:37 -07:00
Jorge Schrauwen
1f80df6465
removed versionchanged as no backwards compat stuff happened
2016-01-25 23:24:39 +00:00
Nicole Thomas
bac21c21d5
Merge pull request #30594 from mlalpho/salt-boto_secgroup-updates
...
salt-boto_secgroup updates
2016-01-25 16:23:41 -07:00
twangboy
a5ddc6eee0
Quoted computer name
2016-01-25 16:22:21 -07:00
Nicole Thomas
f364fbfe64
Merge pull request #30603 from michalsuba/patch-1
...
addressing #29265
2016-01-25 16:21:49 -07:00
Colton Myers
94bf7790cf
Merge pull request #30567 from rallytime/fix-25363
...
Make sure rabbitmq_vhost states are using test=true properly.
2016-01-25 16:19:45 -07:00
twangboy
2ffc3168de
Added force option to set_remote_login
2016-01-25 16:19:05 -07:00
twangboy
6d9c5c7aed
Fixed sytax errors
2016-01-25 16:13:15 -07:00
Colton Myers
818ff2af78
Merge pull request #30381 from quantonganh/launchctl-yosemite
...
Launchctl yosemite
2016-01-25 16:08:25 -07:00
Nicole Thomas
ddc8be6c6d
Merge pull request #30620 from sjorge/state-archive
...
Fix salt.states.archive __virtual__
2016-01-25 16:06:51 -07:00
Nicole Thomas
6b940d9655
Merge pull request #30625 from jfindlay/eauth_acl
...
doc.topics.eauth: clarify client_acl vs eauth
2016-01-25 16:03:24 -07:00
twangboy
56dc75cd94
Additional functions
2016-01-25 16:01:57 -07:00
Nicole Thomas
408d86664e
Merge pull request #30626 from junster1/get_enablefix
...
fix get_enabled to return currently enable services
2016-01-25 15:59:30 -07:00
rallytime
1e8e86007c
Refactor rabbitmq_policy states to use test=true functionality correctly
...
Fixes #25658
2016-01-25 15:21:19 -07:00
Steve Hajducko
a015473d4e
Add etcd update function
...
Adds a update function that takes a dict and sets multiple etcd keys.
2016-01-25 14:13:33 -08:00
Ryan Larson
97d78e1009
fix get_enabled to return currently enable services
2016-01-25 15:37:06 -06:00
Justin Findlay
b5e2cff028
doc.topics.eauth: clarify client_acl vs eauth
...
Fixes #30587 .
2016-01-25 14:32:34 -07:00
C. R. Oldham
f5fd38624e
Remove bad symlinks in osx pkg dirs
2016-01-25 14:29:51 -07:00
Joseph Hall
dcf64c8113
Fixed positional params
2016-01-25 12:58:00 -07:00
Jorge Schrauwen
4ec64e9668
fix typo
2016-01-25 19:56:59 +00:00
Jorge Schrauwen
ead9fce6b1
expect the new exception that can be thrown and handle it
2016-01-25 19:41:57 +00:00
Joseph Hall
4e6e47d67a
Allow alternate root
2016-01-25 12:40:22 -07:00
rallytime
57b7e6cc93
Add glance state to list of state modules
...
Fixes #30621
2016-01-25 12:35:19 -07:00
Nicole Thomas
a48ffaa84e
Merge pull request #30590 from mlalpho/salt-utils-cloud-updates
...
salt-utils-cloud updates
2016-01-25 12:30:43 -07:00
Nicole Thomas
653292ec88
Merge pull request #30555 from twangboy/mac_brew
...
renamed brew.py to mac_brew.py
2016-01-25 12:30:31 -07:00
Jorge Schrauwen
4d2fa2e2aa
switch unit test to except CommandExecutionError
2016-01-25 19:30:09 +00:00
Joseph Hall
51cba1e6a4
Need to pass an empty device
2016-01-25 12:26:22 -07:00
Jorge Schrauwen
7b1429879e
switch to raising an exception as mentioned in #30578
2016-01-25 19:14:59 +00:00
rallytime
3f8b905642
Fix test failures
2016-01-25 12:08:30 -07:00
Jorge Schrauwen
4a11cb808e
Fix salt.states.archive __virtual__
2016-01-25 19:05:37 +00:00
Nicole Thomas
7f9ffd5ef4
Merge pull request #30616 from rallytime/merge-30610
...
Merge #30610 with pylint fix
2016-01-25 12:03:31 -07:00