Ethan Moore
0f9589d3f7
lint updates in archive execution module
...
update archive state module to use archive.cmd_unzip in archive.extracted
2016-06-09 14:42:21 +00:00
Dmitry Kuzmenko
8e34d0a9c3
Don't deep copy context dict values.
2016-06-09 11:49:18 +03:00
Michael Walton
3895d87e35
Lint fixes
2016-06-09 00:29:08 -04:00
Michael Walton
bbb369ab39
Lint fixes
2016-06-09 00:12:31 -04:00
Michael Walton
2a58ee65a0
Fixed param order in documentation of win_pkg.install
2016-06-08 23:17:52 -04:00
Justin Findlay
6acee3cc30
modules.random_org._query: only return text if present
2016-06-08 20:47:39 -06:00
Justin Findlay
82f95429db
modules.random_org unit tests: skip if random.org down
2016-06-08 20:46:20 -06:00
Justin Findlay
1f9422e0cd
utils.http.query: also except gaierror with tornado
2016-06-08 20:46:20 -06:00
Michael Walton
331454fb43
1) win_pgk.install has a new paramater
...
report_reboot_exit_codes=True
When this paramater has a value of True
and an install ends with a 3010 exit code,
win_system.set_reboot_required_witnessed is called.
win_system.set_reboot_required_witnessed creates(or leaves unchanged)
the volatile registry key
HKLM\SYSTEM\CurrentControlSet\Services\salt-minion\Volatile-Data
and underneath this key, the name 'Reboot required' has its value
set to 1.
win_system.get_reboot_required_witnessed is the companion
function to win_system.get_reboot_required_witnessed
and returns true if the key exists and 'Reboot required'
has a value of 1.
Finally win_system.get_pending_reboot also checks
win_system.get_reboot_required_witnessed.
2) In win_system "import read_value from reg" was taken out
and instead I'm using __salt__['reg.read_value']. Twangboy
indicates that what was done originally was probably a
smallish mistake so this is for the best.
2016-06-08 22:33:02 -04:00
Thayne Harbaugh
ed1981f289
Pass through "greedy" parameter rather than hard-coded "True"
2016-06-08 16:57:31 -06:00
Justin Findlay
06f249901a
add 2016.3.1 release notes ( #33883 )
2016-06-08 16:49:28 -06:00
rallytime
398534a9e7
Fix ret return from merge-conflict resolution
2016-06-08 16:16:19 -06:00
Ethan Moore
ce8df5bc1d
update archive.state to allow passing kwargs to archive.unzip/archive.unrar -- currently to allow passing the 'extract_perms' kwarg
2016-06-08 21:58:37 +00:00
Ethan Moore
aaf5e17ae5
Add parameter to unzip to set permissions on extracted files to match that of the file/directory attributes in a zip archive
2016-06-08 21:52:00 +00:00
rallytime
b8e4706074
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- salt/modules/saltutil.py
- salt/states/archive.py
2016-06-08 14:26:18 -06:00
Erik Johnson
ad4f903262
Use absolute imports in salt.utils.dns ( #33871 )
...
Resolves #33834 .
2016-06-08 16:16:15 -04:00
Nicole Thomas
be20ce1bbf
Merge pull request #33866 from rallytime/merge-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-06-08 15:49:56 -04:00
rallytime
595d4f2ac3
Fixup new groupadd tests for syntax change in 2016.3
2016-06-08 12:42:52 -06:00
Mike Place
669aa92d59
Merge pull request #33860 from cachedout/issue_33843
...
Allow socket closes when the socket is disconnected
2016-06-08 11:26:16 -07:00
Mike Place
2c88e22c07
Use errno
2016-06-08 11:26:48 -06:00
rallytime
c5b4ec0b0f
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/cli/salt.py
- salt/modules/groupadd.py
- salt/states/service.py
2016-06-08 11:20:18 -06:00
Mike Place
b183a3645c
Set master and cloud to log level warning ( #33861 )
...
Refs #33821 and #33818
2016-06-08 12:43:26 -04:00
Mike Place
42c5058a1e
Add tcptraceroute suggestion to minion troubleshooting docs ( #33862 )
...
Closes #33627
2016-06-08 12:19:27 -04:00
Mike Place
e7de99dd0e
Correct silly mistake
2016-06-08 09:57:39 -06:00
Hilberding, Rob
061ebfdd9d
Fixed pylint
2016-06-08 11:39:43 -04:00
Mike Place
7a46360a13
Allow socket closes when the socket is disconnected
...
This prevents stacktraces when the master is signaled for a shutdown
but the sockets are already disconnected.
Closes #33843
2016-06-08 09:04:58 -06:00
Nicole Thomas
5db38417dc
Lint fix for develop ( #33859 )
2016-06-08 10:56:04 -04:00
Nicole Thomas
9960cea98a
Lint fix for develop ( #33859 )
2016-06-08 10:55:58 -04:00
Hilberding, Rob
73c629b6a4
Added a join domain state function
2016-06-08 10:48:48 -04:00
Mike Place
a3202f1ad6
Merge pull request #33698 from Unity-Technologies/vsphere-fixes
...
Vsphere fixes
2016-06-08 07:12:17 -07:00
Mike Place
01aaf3e2a9
Merge pull request #33771 from twangboy/win_dism
...
Additional functionality to win_dism.py
2016-06-08 06:58:20 -07:00
Mike Place
f546e47552
Merge pull request #33851 from ticosax/fix-entrypoint-support
...
[dockerng] Add support for edge case when `Cmd` and `Entrypoint` can't be blanked
2016-06-08 06:52:40 -07:00
Mike Place
ec09095c45
Merge pull request #33827 from cachedout/issue_33810
...
Fix broken locate.locate function
2016-06-08 06:49:56 -07:00
Mike Place
0d93e00879
Merge pull request #33838 from techhat/azureblobs
...
Delete disks/blobs on Azure ARM
2016-06-08 06:49:05 -07:00
Mike Place
cdda593c50
Merge pull request #33829 from terminalmage/update-versionchanged
...
Update versionchanged directive
2016-06-08 06:45:45 -07:00
Mike Place
b8e6c144d8
Merge pull request #33833 from terminalmage/issue33645
...
Support syncing pillar modules to masterless minions
2016-06-08 06:43:16 -07:00
Mike Place
3b8fe7e910
Merge pull request #33847 from whiteinge/doc-eauth-args-kwargs
...
Add docs for arg/kwarg eauth matching
2016-06-08 06:38:58 -07:00
Mike Place
f7b3d0eda0
Merge pull request #33839 from cachedout/fix_pkgresource_test_stacktrace
...
Fix another unit test stacktrace in pkg_resource
2016-06-08 06:32:55 -07:00
Mike Place
6846547d68
Merge pull request #33828 from eyj/manage_target
...
Fixed manage.down for targeting subset of nodes
2016-06-08 06:32:43 -07:00
Mike Place
5f081ef31c
Merge pull request #33840 from cachedout/remove_matcher_unit_tests
...
Remove matcher tests
2016-06-08 06:31:41 -07:00
Nicolas Delaby
0d40e1c4f3
Add support for edge case when Cmd and Entrypoint can't be blanked
2016-06-08 10:46:24 +02:00
Seth House
5ed152fe9b
Add docs for arg/kwarg eauth matching
...
This adds documentation for the addition in #29153 .
2016-06-07 20:53:45 -06:00
Joseph Hall
f0b6944ee9
Delete disks/blobs on Azure ARM
2016-06-07 19:09:00 -06:00
Mike Place
6297448377
Remove matcher tests
...
These all assert directly against mock objects. They're pointless.
2016-06-07 16:36:01 -06:00
Thomas S Hatch
1e49976e71
fix the loader.py docstring. ( #33835 )
...
Because this old one was a whole lot of WHA?!?!?
2016-06-07 18:23:55 -04:00
Mike Place
435547a747
Fix another unit test stacktrace in pkg_resource
2016-06-07 15:55:52 -06:00
Mike Place
cda032dab2
Merge pull request #33836 from cachedout/fix_winserver_manager_test
...
Fixing more stupid unit tests
2016-06-07 14:34:04 -07:00
Mike Place
453fb1ac91
Fixing more stupid unit tests
...
This time win_servermanager
2016-06-07 15:33:12 -06:00
twangboy
9be45fe37a
Fix some more lint
2016-06-07 13:17:29 -06:00
twangboy
421dc97957
Fix/add unit tests for state
2016-06-07 12:52:01 -06:00