Commit Graph

63609 Commits

Author SHA1 Message Date
Jorge Schrauwen
6d670d524f fixed - Passed invalid arguments: unhashable type: list. 2015-12-20 13:40:17 +00:00
Jorge Schrauwen
ed7fd966da use decorator for create_file_vdev, as it depends on mkfile 2015-12-20 13:32:32 +00:00
Jorge Schrauwen
66b10529f4 replace now match the underlaying zpool replace command more closely, improved error handling 2015-12-20 13:27:29 +00:00
Jorge Schrauwen
c000ee6f02 destroy can be a bit more helpful on error 2015-12-20 12:59:51 +00:00
Jorge Schrauwen
5f0aa9585b bring some minor functions inline with others 2015-12-20 12:57:07 +00:00
Jorge Schrauwen
6819256107 parse outfor for iostat 2015-12-20 12:38:16 +00:00
Jorge Schrauwen
a8f76de694 bring iostat a bit more inline with updated functions 2015-12-20 11:38:02 +00:00
Jorge Schrauwen
17d920c488 add versionchanged 2015-12-20 11:30:58 +00:00
Jorge Schrauwen
23e1746145 parse output of zpool status 2015-12-20 11:30:04 +00:00
Andrew Colin Kissa
a826720371 Add PostgreSQL Language management functionality
Fixes #29874
2015-12-20 09:37:41 +02:00
abednarik
fd8657a412 modules.solaris_user: __virtual__ return err msg.
Added message when return False if OS is not Solaris ow pwd module is not installed.
2015-12-19 23:28:15 -03:00
abednarik
c5725c171b modules.solaris_shadow: __virtual__ return err msg.
Added message when return False if OS is not Solaris.
2015-12-19 23:10:22 -03:00
abednarik
191ac37af9 modules.openbsd_sysctl: __virtual__ return err msg.
Added message when return False if OS is not OpenBSD.
2015-12-19 12:25:00 -03:00
abednarik
7dbc721273 modules.openbsdpkg: __virtual__ return err msg.
Added message when return False if OS is not OpenBSD.
2015-12-19 12:19:16 -03:00
abednarik
4808da47a3 modules.win_shadow: __virtual__ return err msg.
Added message when return False if OS is not Windows.
2015-12-19 10:14:58 -03:00
abednarik
f3497ae65e modules.trafficserver: __virtual__ return err msg.
Added message when return False if traffic_line is not in the path.
2015-12-19 10:03:39 -03:00
abednarik
1af09f63d9 modules.win_iis: __virtual__ return err msg.
Added message when return False if OS is not Windows.
2015-12-19 09:18:29 -03:00
dongyao.liu
185fb5c1f4 Fix the issue that ssh connection may timeout when ask for password 2015-12-19 16:03:41 +08:00
Joe Gross
b6f8fb2ea0 fix subnet_name support in boto_ec2.eni_present 2015-12-18 21:25:49 -08:00
abednarik
335999c6af modules.jenkins: __virtual__ return err msg.
Updated message in jenkins module when return False if python libraries are not installed.
2015-12-18 21:35:49 -03:00
Ronald van Zantvoort
f2ef7fcb64 pylint fixes 2015-12-19 00:47:24 +01:00
Ronald van Zantvoort
17f65276fc cpu_baseline: add full=True for older libvirts
Turns out older libvirts (Precise) don't support `VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES`; the additional code does the same.
2015-12-19 00:22:54 +01:00
Andrew Colin Kissa
f49abcccce remove function and use an import 2015-12-19 00:04:04 +02:00
Andrew Colin Kissa
5f7082b90d remove method_map function 2015-12-19 00:03:27 +02:00
Colton Myers
95fe811724 Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
Conflicts:
    salt/minion.py
    salt/modules/network.py
    salt/scripts.py
    salt/states/file.py
    salt/states/git.py
    salt/utils/event.py
2015-12-18 15:00:24 -07:00
Colton Myers
50f48c4bf3 Merge pull request #29850 from basepi/merge-forward-2015.8
[2015.8] Merge forward from 2015.5 to 2015.8
2015-12-18 14:33:49 -07:00
Colton Myers
037bcdea27 Merge pull request #29845 from abednarik/virtual_ret_github_module
modules.github: __virtual__ return err msg.
2015-12-18 14:21:38 -07:00
Colton Myers
d92a2402d4 Merge pull request #29849 from abednarik/virtual_ret_darwin_sysctl_module
modules.darwin_sysctl: __virtual__ return err msg.
2015-12-18 14:21:12 -07:00
Colton Myers
bc6df1bdb6 Merge pull request #29848 from abednarik/virtual_ret_bsd_shadow_module
modules.bsd_shadow: __virtual__ return err msg.
2015-12-18 14:20:51 -07:00
Erik Johnson
15047918a9 systemd test fixes
This removes a bunch of tests that don't test anything (see https://github.com/saltstack/salt/issues/29852).

It also changes some of the tests to reflect recent changes in
systemd.py.
2015-12-18 15:17:38 -06:00
Erik Johnson
b219998b4b Catch CommandExecutionError in service states
These were just added in systemd.py, we need to account for them.
2015-12-18 15:17:38 -06:00
Erik Johnson
c8a5decdf1 Optimizations/bugfixes/feature adds for systemd execution module
This makes some DRY changes, as well as fixing a bug introduced in
17b4538.

It also adds runtime masking support for the mask() function.
2015-12-18 15:17:38 -06:00
Winston Liu
e2b1da3407 fixed keyword arguments passing. 2015-12-18 13:10:35 -08:00
Andrew Colin Kissa
98593a94d5 fix various bugs in augeas modules
Fixes #29842
2015-12-18 23:01:44 +02:00
Colton Myers
7402599c62 Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8 2015-12-18 13:55:15 -07:00
abednarik
763133c944 modules.darwin_sysctl: __virtual__ return err msg.
Updated message in darwin_sysctl module when return False if OS is not OSX.
2015-12-18 17:14:04 -03:00
abednarik
3b8e2bfa4d modules.bsd_shadow: __virtual__ return err msg.
Updated message in bsd_shadow module when return False if OS is not BSD family.
2015-12-18 17:03:00 -03:00
Thomas S Hatch
92eca34419 Add exclude_ext_pillar option 2015-12-18 12:30:49 -07:00
Thomas S Hatch
329a62e021 add cross call to ext_pilar 2015-12-18 12:24:06 -07:00
abednarik
4dfad98654 modules.github: __virtual__ return err msg.
Updated message in github module when return False if python libraries are not installed.
2015-12-18 16:20:26 -03:00
Mike Place
454efa1688 Merge pull request #29844 from abednarik/virtual_ret_gentoo_service_module
modules.gentoo_service: __virtual__ return err msg.
2015-12-18 12:14:24 -07:00
abednarik
77fbf84bb1 modules.gentoo_service: __virtual__ return err msg.
Updated message in gentoo_service module when return False if OS is not Gentoo.
2015-12-18 16:11:31 -03:00
Mike Place
1c1332df8a Merge pull request #29809 from cachedout/salt-fix-mod_random
Fix mod_random not loading on Python <= 2.6
2015-12-18 12:11:17 -07:00
Mike Place
78f7826521 Fix algorithm presence detection 2015-12-18 10:59:52 -07:00
Mike Place
e04d598fd9 Merge pull request #29841 from cachedout/virt_ret
Virt ret
2015-12-18 10:36:13 -07:00
Mike Place
a35728580e Lint 2015-12-18 10:35:02 -07:00
Mike Place
05d2aaaef2 Merge pull request #29811 from alprs/feature-influxdb_retention
influxdb: add retention policy module functions
2015-12-18 10:19:02 -07:00
Mike Place
5b2a003f4c Merge pull request #29813 from ickleio/s3_get_bug
S3 Get binary method bug
2015-12-18 10:17:35 -07:00
Mike Place
7eefaac58a Merge pull request #29814 from basepi/multi-master.windows.29396
[2015.8][Windows] Fix multi-master on windows
2015-12-18 10:16:52 -07:00
Mike Place
1b9d7a0940 Merge pull request #29816 from techhat/pacmanroot
Allow pacman to use alternate root dir
2015-12-18 09:29:47 -07:00