Mike Place
9a707088ad
Merge pull request #42275 from terminalmage/issue42194
...
pkg.installed: pack name/version into pkgs argument
2017-07-17 12:38:38 -05:00
Mike Place
e588f235e0
Merge pull request #42269 from rallytime/fix-41721
...
Add some clarity to "multiple quotes" section of yaml docs
2017-07-17 12:38:17 -05:00
Mike Place
5aaa214a75
Merge pull request #42282 from rallytime/fix-42152
...
Handle libcloud objects that throw RepresenterErrors with --out=yaml
2017-07-17 12:36:34 -05:00
Mike Place
fb5697a4bc
Merge pull request #42308 from lubyou/42295-fix-file-absent-windows
...
Force file removal on Windows. Fixes #42295
2017-07-17 12:12:12 -05:00
Mike Place
da2a8a518f
Merge pull request #42314 from rallytime/fix-42267
...
Add clarification to salt ssh docs about key auto-generation.
2017-07-17 09:07:49 -05:00
rallytime
c406046940
Add clarification to salt ssh docs about key auto-generation.
...
Fixes #42267
2017-07-14 11:57:58 -06:00
Nicole Thomas
acadd54013
Merge pull request #41945 from garethgreenaway/41936_allow_identity_files_with_user
...
Fixes to modules/git.py
2017-07-14 11:46:10 -06:00
Nicole Thomas
f90e04a2bc
Merge pull request #42289 from CorvinM/bp-41543
...
Multiple empty_password fixes for state.user
2017-07-14 10:14:01 -06:00
Johannes Scholz
026ccf401a
Force file removal on Windows. Fixes #42295
2017-07-14 15:55:23 +02:00
Erik Johnson
663874908a
pkg.installed: pack name/version into pkgs argument
...
This allows a version of 'latest' to work when just a name and version
is passed.
2017-07-13 13:04:09 -05:00
Nicolas Geniteau
357dc22f05
Fix user creation with empty password
...
Emptying the password was only done if the user already existed, not
when creating.
Signed-off-by: Nicolas Geniteau <nicolas@cri.epita.net>
2017-07-13 12:32:15 -04:00
rallytime
f2250d474a
Add a note about using different styles of quotes.
2017-07-12 17:08:23 -06:00
rallytime
f032223843
Handle libcloud objects that throw RepresenterErrors with --out=yaml
...
Fixes #42152
2017-07-12 14:19:35 -06:00
Nicole Thomas
a91a3f81b1
Merge pull request #42123 from vutny/fix-master-utils-import
...
DOCS: describe importing custom util classes
2017-07-12 09:53:23 -06:00
Denys Havrysh
6bb8b8f98c
Add missing doc for `utils_dirs
` Minion config option
2017-07-12 11:08:34 +03:00
Denys Havrysh
f1bc58f6d5
Utils: add example of module import
2017-07-12 11:08:34 +03:00
rallytime
38d9b3d553
Add some clarity to "multiple quotes" section of yaml docs
...
Fixes #41721
2017-07-11 17:28:45 -06:00
Nicole Thomas
e2aa5114e4
Merge pull request #42261 from rallytime/minor-doc-fix
...
Some minor doc fixes for dnsutil module so they'll render correctly
2017-07-11 17:14:53 -06:00
Nicole Thomas
3e9dfbc9cc
Merge pull request #42262 from rallytime/bp-42224
...
Back-port #42224 to 2016.11
2017-07-11 17:14:24 -06:00
Thomas Dutrion
c31ded341c
Remove duplicate instruction in Openstack Rackspace config example
2017-07-11 16:01:15 -06:00
rallytime
8c76bbb53d
Some minor doc fixes for dnsutil module so they'll render correctly
2017-07-11 15:57:32 -06:00
Nicole Thomas
7780579c36
Merge pull request #42181 from garethgreenaway/42137_backport_fix_from_2017_7
...
fixes to state.py for names parameter
2017-07-11 15:21:31 -06:00
Nicole Thomas
72537868a6
Merge pull request #42253 from gtmanfred/2016.11
...
Only use unassociated ips when unable to allocate
2017-07-11 14:53:50 -06:00
Nicole Thomas
b2a4698b5d
Merge pull request #42252 from UtahDave/2016.11local
...
simple docstring updates
2017-07-11 14:48:32 -06:00
Daniel Wallace
53e25760be
Only use unassociated ips when unable to allocate
...
When checking the unassociated ips first, in Parallel mode, each server will
use the same one unallocated ip.
2017-07-11 10:47:16 -06:00
David Boucha
e6a9563d47
simple doc updates
2017-07-11 10:19:22 -06:00
Nicole Thomas
781fe13be7
Merge pull request #42235 from astronouth7303/patch-1-2016.3
...
Abolish references to `dig` in examples.
2017-07-10 14:06:11 -06:00
Jamie Bliss
4cb51bd03a
Make note of dig partial requirement.
2017-07-10 13:55:06 -04:00
Jamie Bliss
08e7d8351a
Abolish references to dig
in examples.
2017-07-10 13:53:12 -04:00
Nicole Thomas
83cbd76f16
Merge pull request #42215 from twangboy/win_iis_docs
...
Add missing config to example
2017-07-07 14:18:43 -06:00
Nicole Thomas
274946ab00
Merge pull request #42211 from terminalmage/issue40928
...
Only pass a saltenv in orchestration if one was explicitly passed (2016.11)
2017-07-07 14:16:34 -06:00
Erik Johnson
22a18fa2ed
Only pass a saltenv in orchestration if one was explicitly passed (2016.11)
...
Also, only pass pillarenv if explicitly passed. _get_opts() in the state
module will apply the correct saltenv (if applicable) when no explicit
saltenv/pillarenv is passed.
2017-07-07 13:44:40 -05:00
twangboy
c07e22041a
Add missing config to example
2017-07-07 12:37:22 -06:00
Nicole Thomas
89261cf06c
Merge pull request #42173 from rallytime/bp-37424
...
Back-port #37424 to 2016.11
2017-07-07 10:39:59 -06:00
Mike Place
3b17fb7f83
Merge pull request #42175 from rallytime/bp-39366
...
Back-port #39366 to 2016.11
2017-07-06 14:51:47 -05:00
Gareth J. Greenaway
a34970b45b
Back porting the fix for 2017.7 that ensures the order of the names parameter.
2017-07-06 12:12:50 -07:00
Nicole Thomas
ea16f47f0a
Merge pull request #42172 from rallytime/merge-2016.11
...
[2016.11] Merge forward from 2016.3 to 2016.11
2017-07-06 12:16:28 -06:00
Nicole Thomas
6307b9873f
Merge pull request #42176 from rallytime/bp-42109
...
Back-port #42109 to 2016.11
2017-07-06 12:15:34 -06:00
Mike Place
28c4e4c3b7
Merge pull request #42095 from terminalmage/docker-login-debugging
...
Add debug logging to dockerng.login
2017-07-06 12:13:04 -05:00
Arthur Lutz
686926daf7
Update aws.rst - add Debian default username
2017-07-06 11:08:06 -06:00
Dan Lloyd
53f7b987e8
Pass sig to service.status in after_toggle
...
As on line 350, pass `sig` to `service.status` to ensure that the correct behavior is used. If we don't pass `sig`, upstart/sysv jobs that do not implement `service <name> status` will fail.
2017-07-06 11:07:01 -06:00
Michael A. Smith
01addb6053
Avoid Early Convert ret['comment'] to String
...
Fixes this exception:
An exception occurred in this state: Traceback (most recent call last):
File "/var/tmp/.syops_b1274f_salt/py2/salt/state.py", line 1733, in call
**cdata['kwargs'])
File "/var/tmp/.syops_b1274f_salt/py2/salt/loader.py", line 1652, in wrapper
return f(*args, **kwargs)
File "/var/tmp/.syops_b1274f_salt/py2/salt/states/gpg.py", line 119, in present
ret['comment'].append('Adding {0} to GPG keychain'.format(name))
AttributeError: 'str' object has no attribute 'append'
2017-07-06 11:05:50 -06:00
rallytime
b1fa332a11
Merge branch '2016.3' into '2016.11'
...
No conflicts.
2017-07-06 11:03:50 -06:00
Mike Place
2b754bc5af
Merge pull request #42119 from terminalmage/issue42116
...
Fix regression in CLI pillar override for salt-call
2017-07-06 12:02:51 -05:00
Mike Place
8c0a83cbb5
Merge pull request #42121 from terminalmage/issue42114
...
Fix pillar.get when saltenv is passed
2017-07-06 11:52:33 -05:00
Nicole Thomas
687992c240
Merge pull request #42094 from terminalmage/quiet-exception
...
Prevent command from showing in exception when output_loglevel=quiet
2017-07-06 10:18:08 -06:00
Nicole Thomas
dad255160c
Merge pull request #42163 from vutny/fix-42115
...
Fix #42115 : parse libcloud "rc" version correctly
2017-07-06 10:15:07 -06:00
Nicole Thomas
2a8ae2b3b6
Merge pull request #42164 from Ch3LL/fix_kerb_doc
...
Fix kerberos create_keytab doc
2017-07-06 09:55:32 -06:00
Nicole Thomas
678d4d4098
Merge pull request #42141 from rallytime/bp-42098
...
Back-port #42098 to 2016.11
2017-07-06 09:11:49 -06:00
Nicole Thomas
c8afd7a3c9
Merge pull request #42140 from rallytime/bp-42097
...
Back-port #42097 to 2016.11
2017-07-06 09:11:29 -06:00