rallytime
c08939a755
disk module python_shell=False addition
2015-01-05 16:34:20 -07:00
rallytime
4034e66acb
debconfmod module python_shell=False addition
2015-01-05 16:29:03 -07:00
rallytime
603ba43bcd
daemontools module python_shell=False additions
2015-01-05 16:26:14 -07:00
rallytime
515252b2b9
composer module python_shell=False additon
2015-01-05 16:22:58 -07:00
rallytime
199f4e04f2
brew module python_shell=False addition
2015-01-05 15:56:07 -07:00
rallytime
ba82cce8a2
blockdev module python_shell=False addition
2015-01-05 15:53:58 -07:00
Pedro Algarvio
927290ff44
Merge pull request #19359 from rallytime/pylint_fix
...
Pylint fix for develop
2015-01-05 22:20:13 +00:00
rallytime
6d26bd4c0c
Pylint fix for develop
2015-01-05 14:42:03 -07:00
Thomas S Hatch
5fcb74226b
Merge pull request #19351 from jfindlay/win_firewall
...
win_firewall: fix disable, enable and add delete_rule
2015-01-05 13:28:44 -07:00
Thomas S Hatch
9cc1af7ebc
Merge pull request #19347 from mens/patch-1
...
Update states/augeas.py. Fix index error.
2015-01-05 13:27:45 -07:00
Thomas S Hatch
23935b9d04
Merge pull request #19346 from garethgreenaway/19291_pkg_state_version_latest
...
Additions to pkg state module
2015-01-05 13:27:26 -07:00
Thomas S Hatch
3de7cfc415
Merge pull request #19345 from cachedout/django_cleanup
...
Catch all Django errors and some PEP8 cleanup.
2015-01-05 13:27:04 -07:00
Thomas S Hatch
27c539279a
Merge pull request #19339 from rynemccall/support-non-ascii-output
...
Support messages containing non-ascii characters
2015-01-05 13:26:40 -07:00
Thomas S Hatch
6f13509cc0
Merge pull request #19341 from Lacrymology/safe-pillar-get
...
fix docstring for pillar.get
2015-01-05 13:24:43 -07:00
Thomas S Hatch
8bfa8f8259
Merge pull request #19328 from jmdcal/load_checking
...
load checking
2015-01-05 13:22:41 -07:00
Thomas S Hatch
3a1cffde9e
Merge pull request #19322 from garethgreenaway/19132_simple_state_notification
...
Adding a simple notification function to the test module.
2015-01-05 13:17:24 -07:00
Thomas S Hatch
dd4fd3ace5
Merge pull request #19307 from blueicefield/feature_mongodb-roles
...
Feature : Adding functions to Mongodb module for the management of user roles
2015-01-05 13:13:29 -07:00
Justin Findlay
18d52d1ff8
fixup win_firewall {en|dis}able
2015-01-05 12:21:26 -07:00
Justin Findlay
ae83af0b71
adding firewall.delete_rule function
...
also correcting the documentation for firewall.add_rule
2015-01-05 12:13:10 -07:00
Nicole Thomas
f01ce36e89
Merge pull request #19340 from nmadhok/zpool-unit-test
...
Adding unit tests for salt.modules.zpool
2015-01-05 10:11:46 -07:00
Gareth J. Greenaway
fe39aade2a
Allow the version argument for the pkg state to accept the "latest" as a value. If specified then the latest version available will be installed. Per #19291
2015-01-05 09:05:09 -08:00
Christophe Fonteyne
26151774fd
Update states/augeas.py. Fix index error.
...
When specifying the test parameter, you get the error:
Function: augeas.change
Result: False
Comment: An exception occurred in this state: Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/state.py", line 1533, in call
**cdata['kwargs'])
File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/usr/lib/python2.6/site-packages/salt/utils/context.py", line 41, in func_globals_inject
yield
File "/usr/lib/python2.6/site-packages/salt/state.py", line 1533, in call
**cdata['kwargs'])
File "/usr/lib/python2.6/site-packages/salt/states/augeas.py", line 170, in change
ret['comment'] += ' in file {1}:\n'.format(context)
IndexError: tuple index out of range
This change fixes the issues and provides better output.
2015-01-05 18:04:19 +01:00
Mike Place
cfc76d585e
Catch all Django errors and some PEP8 cleanup.
...
Django can throw a variety of errors, so we need to catch
Django-specific exceptions instead of just an ImportError.
2015-01-05 09:41:53 -07:00
Tomas Neme
1f8def056f
fix docstring
2015-01-05 15:03:41 +08:00
Nitin Madhok
c21c7c96c5
Changing return to match zpool list instead of zfs list
2015-01-04 23:48:30 -05:00
nmadhok
2c53cbec1d
Replacing zfs with zpool
2015-01-05 10:04:38 +05:30
Ryne McCall
a0e2f09ec5
Support messages containing non-ascii characters
...
This fixes #19338 .
2015-01-04 21:58:07 -05:00
Pedro Algarvio
0452b43af6
Merge pull request #19335 from rallytime/pylint_develop
...
Fix develop pylint
2015-01-04 11:56:20 +00:00
rallytime
fb9bc7de94
Fix develop pylint
2015-01-03 22:02:41 -07:00
Nicole Thomas
621bcee92d
Merge pull request #19273 from jayeshka/extfs_unit_tests
...
adding extfs unit test
2015-01-03 20:20:09 -07:00
James Michael DuPont
5d72c52838
load checking
...
want to rebuild
fixes #19264
load checking
want to rebuild
2015-01-03 16:22:36 -06:00
Gareth J. Greenaway
6a3c15a7c3
Adding a simple notification function to the test module.
2015-01-02 15:24:32 -08:00
Thomas S Hatch
e2dd4b9958
Merge pull request #19320 from clan/opt_profile
...
add 'state_output_profile' option for profile output
2015-01-02 10:39:22 -07:00
Z. Liu
d46b6b6490
sate_output_profile default to True
2015-01-03 01:36:21 +08:00
Z. Liu
3fce994d30
fix type: statei -> state
2015-01-03 01:26:12 +08:00
Z. Liu
8217f5fa66
add 'state_output_profile' option for profile output
2015-01-02 22:56:39 +08:00
Pedro Algarvio
c316c11168
Merge pull request #19314 from dawsonbotsford/develop
...
Spelling correction automated from Dawson's Spelling Bee
2014-12-31 23:39:07 +00:00
dawsonbotsford
adcf77c484
Spelling correction automated from Dawson's Spelling Bee
2014-12-31 18:10:29 -05:00
Nassim KACHA
5705ed5389
Improved code readability
2014-12-31 14:24:59 +01:00
Nassim KACHA
d129b5dbf1
fix errors to pass lint test
2014-12-31 13:52:14 +01:00
Nassim KACHA
f688667edc
Fixed issue #8933 by improving database connection error handling
2014-12-31 11:39:29 +01:00
Joseph Hall
d7730411f3
Merge pull request #19305 from TaiSHiNet/patch-1
...
Fixes droplet listing past page 1
2014-12-30 15:59:00 -07:00
Nassim KACHA
78bda200ad
Trivial refactoring of the function mongodb.user_roles_exists
2014-12-30 23:57:57 +01:00
TaiSHiNet
213641ef4a
Fixes droplet listing past page 1
...
Affects creation and deletion (both failed if VM was outside page 1)
2014-12-30 19:37:00 -03:00
Nassim KACHA
7c122944b4
Added user_roles_exists function and improving user_grant_roles and user_revoke_roles in Mongodb module
2014-12-30 23:31:14 +01:00
Thomas S Hatch
e94462ec7c
Merge pull request #19298 from manonthemat/develop
...
added note about Arch Linux's default transport
2014-12-30 12:39:27 -07:00
manonthemat
a1625ef7c6
added note about Arch Linux's default transport
2014-12-30 11:28:15 -08:00
Thomas S Hatch
0487834e72
Merge pull request #19293 from DSRCompany/raet_presence_requests
...
Support joined, allowed, alived and reaped runners.
2014-12-30 12:27:27 -07:00
Thomas S Hatch
74db7a13e0
Merge pull request #19275 from salekseev/feature_log-handler-fluentd
...
Adding a new log handler to support fluent protocol.
2014-12-30 12:11:22 -07:00
Thomas S Hatch
0e9c7ecf28
Merge pull request #19274 from rupeshta/drac_unit_tests
...
implimented code for drac module
2014-12-30 12:10:51 -07:00