Commit Graph

64132 Commits

Author SHA1 Message Date
rallytime
9bbd129c60 Update list_present and append grains state function docs to be more clear
Fixes #29919
2016-01-05 15:21:12 -07:00
David Murphy
8450df0483 Fix parsing disk usage for line with no number and AIX values in Kilos 2016-01-05 15:05:59 -07:00
Devin Boyer
1fc4376496 Remove trailing whitespace 2016-01-05 17:05:21 -05:00
Mike Place
89383ab544 Merge pull request #30112 from theherk/feature/win-update-list
Modify to return meaningful dictionary of available updates
2016-01-05 14:51:48 -07:00
Mike Place
315e071c5d Don't send master events in local mode
Closes #29784
2016-01-05 14:13:04 -07:00
rallytime
3321c5d408 Move _option(value) calls to __salt__['config.option'] in boto utils
Removed the _option function - this isn't a complete offering of finding
pillar lookups.

Refs #29905
2016-01-05 12:59:04 -07:00
Mads R. Christensen
d9472356e5 I fail at linting... Fixed my uppercase/lowercase problem 2016-01-05 20:19:10 +01:00
rallytime
f0381a955f Update boto_secgroup and boto_iam_role docs to only use region OR profile.
If you specify a profile, you need to have key, keyid, and region set within
the profile. If region is set outside of the profile group, it is ignored,
and a default region is used.

This pull request updates the docs to model this usage correctly.
2016-01-05 11:49:58 -07:00
Colton Myers
29bb386798 Merge pull request #29964 from The-Loeki/6691-cmd-no-wait
Implement #6691 cmd in background
2016-01-05 11:41:34 -07:00
Mike Place
9363d6f5b6 Merge pull request #30125 from abednarik/update_user_home
Update user home event when createhome is set to False
2016-01-05 11:15:38 -07:00
Mike Place
bed38d1a65 Merge pull request #30154 from Oro/fix-file-serialize-windows
Fix file serialize on windows
2016-01-05 11:08:40 -07:00
Thomas S Hatch
5c7853ac8a change arg to mocked to try test suite collision fix 2016-01-05 10:13:14 -07:00
Marco Orovecchia
071a675f8a Fix file serialize on windows
This fixes the file.serialize state on windows.
Currently, it fails on the first run (with "Failed to change group to Administrators" and succeeds on runs afterwards.
2016-01-05 17:37:01 +01:00
Mike Place
7d51d8bb46 Merge pull request #30144 from rallytime/vsphere-esxcli-cmd
Added generic ESXCLI command ability to ESXi Proxy Minion
2016-01-05 09:23:38 -07:00
Devin Boyer
9e73ad8061 Documentation fix for parted module 2016-01-05 10:09:34 -05:00
Ronald van Zantvoort
7668325242 remove output_loglevel from run_bg named kwargs 2016-01-05 11:57:46 +01:00
Ronald van Zantvoort
69661c61ce pylint fix 2016-01-05 11:49:23 +01:00
Ronald van Zantvoort
d94a7f40a4 Change arg to 'bg' for better consistency & user expectancy; add documentation 2016-01-05 11:19:48 +01:00
Ronald van Zantvoort
a4b432f59c #6691 run_bg() improvement 2016-01-05 11:19:48 +01:00
Ronald van Zantvoort
53c44593f9 #6691 final refinements to timed_subprocess, add wait to run, shell, run_chroot, script and initial add of run_bg() 2016-01-05 11:19:48 +01:00
Ronald van Zantvoort
5de4b9df70 #6691 wire in 'wait' in cmdmod._run, fix TimedProc & return incorrect timeout if given in exception msg 2016-01-05 11:19:48 +01:00
Ronald van Zantvoort
54359c7094 #6691 part 1; adjust cmdmod to new syntax 2016-01-05 11:19:48 +01:00
Ronald van Zantvoort
144760abb4 #6691 part 1; Add option to not wait/timeout in timed_subprocess.TimedProc 2016-01-05 11:19:48 +01:00
MadsRC
dfe5ca4af2 Fixed some linting issues 2016-01-05 08:29:22 +01:00
rallytime
2f9ec5db96 Added generic ESXCLI command ability to ESXi Proxy Minion 2016-01-04 16:04:50 -07:00
Mike Place
1a21b3d46b Merge pull request #30142 from terminalmage/issue29994
Fix dockerng.push, and allow for multiple images
2016-01-04 15:53:50 -07:00
Herkermer Sherwood
9bb5305905 Modify dict comprehension to dict function with generator
This allows support < Python 2.7.
2016-01-04 14:51:26 -08:00
Herkermer Sherwood
89f4137bd6 Modify to return meaningful dictionary of available updates
Previously list_updates was returning a formatted string including
tabs and newlines. This is no good for data consumtion and needed
to be changed to tabular data. We can now return a proper object
after consuming specific fields from the COM. Previously, the only
field included in the formatted return was description. Several
more, though not all, have been added.

This also adds a field parameter with which you can specify fields
for return. This parameter is superceded by the verbose parameter.

The documentation on the function has been updated to reflect
these changes.

The references to Harry Potter (as much as it pains me to mention
it) have been removed from the modified functions and methods.
The amount of those references in contrib was out of control. I'm
glad to see it making its way out.

Last, no changes have been made otherwise, so the download and
installation should not be affected.
2016-01-04 14:51:26 -08:00
Erik Johnson
66698986e4 Fix dockerng.push, and allow for multiple images
When I wrote dockerng, I was scraping the API response for the ID of the
image specified in the docker 'push' command. This information is no
longer present in the Docker Remote API response, which makes the
function think that the push failed when it did not.

This commit removes the ``Id`` and ``Image`` keys from the return
dictionary, as they can no longer reliably be determined from the API
response without it being some sort of hack that will no doubt be broken
the next time Docker decides to change their API.

Not only that, but the status message used to detect a pushed or
already-present layer has also been changed, which necessitated a fix in
``_push_status()``.

This also resolves #29994 by allowing the user to push all tags for a
given repo by omitting the tag.
2016-01-04 15:42:58 -06:00
Mike Place
9ef4bb3b46 Merge pull request #30132 from akissa/add-support-for-custom-augeas-lense-paths
Add support for augeas loading of non stock lenses
2016-01-04 13:36:07 -07:00
Mike Place
5419699bd2 Merge pull request #30075 from iodatacenters/2015.8_gluster_usexml
Convert glusterfs module to use xml
2016-01-04 13:33:58 -07:00
Mike Place
a6d94358ed Merge pull request #30129 from optix2000/2015.8
Clean up _uptodate() in git state
2016-01-04 13:23:17 -07:00
Mike Place
68dfa0f5de Merge pull request #30139 from rallytime/bp-29589
Back-port #29589 to 2015.8
2016-01-04 13:22:47 -07:00
Mike Place
19fa176088 Merge pull request #30102 from ruxandraburtica/get-subnet-id-from-subnet-query
Get subnetId from subnet query, if there's no SubnetId provided on the interface.
2016-01-04 13:14:01 -07:00
Mike Place
7d288b3566 Merge pull request #30111 from stooj/develop
Add pacman support for Antergos
2016-01-04 13:05:10 -07:00
Mike Place
fff6bf1970 Merge pull request #30041 from kraney/boto_iot
Support for AWS IoT
2016-01-04 13:04:06 -07:00
Mike Place
3213f34443 Merge pull request #30098 from theherk/bugfix/sdecode-move
Update call to sdecode for new location
2016-01-04 13:03:12 -07:00
Mike Place
3d12d5dabf Merge pull request #30116 from cprior/cprior-patch-beacon-journald-tag
Added a tag to the event that is generated by the beacon for journald
2016-01-04 12:57:54 -07:00
Mike Place
dd8d3e6f6b Merge pull request #30124 from abednarik/fix_openbsd_ip_alias
Update regex to detect ip alias in OpenBSD.
2016-01-04 12:48:28 -07:00
abednarik
2c73990ff2 Added lxc in virt-what list.
This should help detecting LXC containers as virtual
2016-01-04 12:30:55 -07:00
Mike Place
1a5d585d91 Merge pull request #30127 from jsutton/clarify-documenation-for-random_master
Updating documentation and example minion config for random_master/master_shuffle.
2016-01-04 12:30:50 -07:00
Mike Place
c3014be84b Merge pull request #30133 from stanislavb/fix-gpg-key-url-typo
Fix typo in gpgkey URL
2016-01-04 12:29:57 -07:00
Mike Place
25d25fea6f Merge pull request #30122 from abednarik/virtual_ret_pw_group_module
modules.pw_group: __virtual__ return err msg.
2016-01-04 12:23:52 -07:00
Mike Place
c06671a259 Merge pull request #30126 from stanislavb/2015.8
Log S3 API error message
2016-01-04 12:22:39 -07:00
Mike Place
aeec21ea65 Merge pull request #30128 from oeuftete/fileclient-attempt-error-to-warning
Log retryable transport errors as warnings
2016-01-04 12:15:31 -07:00
Mike Place
ce25c2bda6 Merge pull request #30137 from abednarik/virtual_ret_oquery_module
modules.osquery: __virtual__ return err msg.
2016-01-04 12:03:11 -07:00
Mike Place
dc86c7d50f Merge pull request #30134 from mabsou/chocolatey_source_management
Chocolatey source management
2016-01-04 12:02:52 -07:00
Mike Place
f55d7441ed Merge pull request #30136 from abednarik/virtual_ret_opkg_module
modules.opkg: __virtual__ return err msg.
2016-01-04 11:39:23 -07:00
Mike Place
5a7e5d7acc Merge pull request #30135 from abednarik/virtual_ret_oracle_module
modules.oracle: __virtual__ return err msg.
2016-01-04 11:34:31 -07:00
Joe Julian
01a8e7ee10 Convert glusterfs module to use xml
The gluster cli has the option to produce xml output from most every
command, and to avoid pausing for questions when being run in script
mode. Make use of that capability and avoid scraping text output that is
often subject to change between versions.

This should help future-proof this module as any changes to the xml
output should be automatically integrated.

As part of this change, I added a glusterfs.info function and added the
force keywords to volume start and volume stop.

Fixes #30051
2016-01-04 09:47:59 -08:00