Joseph Hall
a09a60e89b
Don't modify self.opts directly
2016-11-28 12:43:48 -07:00
Nicole Thomas
c35ba1f390
Merge pull request #37916 from rallytime/doc-update-2016.3
...
[2016.3] Update version numbers in doc config for 2016.11.0 release
2016-11-28 10:09:08 -07:00
rallytime
bd40592289
[2016.3] Update version numbers in doc config for 2016.11.0 release
2016-11-28 09:18:38 -07:00
Mike Place
e13a2488c8
Merge pull request #37785 from Cloudtek/ddns-respect-trailing-dot
...
respect trailing dot in ddns name parameter
2016-11-28 16:02:10 +02:00
Mike Place
c03b389422
Merge pull request #37895 from fj40crawler/fix-augeas-return-for-test
...
Change return value for salt/states/augeas.py to be True instead of N…
2016-11-28 15:49:27 +02:00
Mike Place
fdbc31e8d8
Merge pull request #37907 from Talkless/patch-2
...
Fix server trust in test run of svn.latest
2016-11-28 15:47:39 +02:00
Daniel Boughton
ddc238df36
Fixed augeas_test.py to match True v.s. None for test_change_in_test_mode
2016-11-27 08:40:05 -05:00
Daniel Boughton
ef75c459c0
Merge branch '2016.3' of github.com:saltstack/salt into fix-augeas-return-for-test
2016-11-27 08:38:23 -05:00
Vincas Dargis
072a319490
Fix server trust in test run of svn.latest
...
Add missing --trust-server-cert option while running svn.latest in test=True mode
2016-11-27 15:29:16 +02:00
Mike Place
f39fdf443f
Merge pull request #37896 from toanju/2016.3
...
rh networking: add missing values
2016-11-27 12:30:35 +02:00
Tobias Jungel
c95304188e
rh networking: add missing values
...
this patch enables configuration of NETWORKDELAY= and DEVTIMEOUT= in
/etc/sysconfig/network
2016-11-25 21:29:22 +01:00
Daniel Boughton
b0fe0cd256
Change return value for salt/states/augeas.py to be True instead of None for cases where salt is run with test=True. Fixes #37870
2016-11-25 14:14:29 -05:00
Mike Place
ea935c5a91
Merge pull request #37886 from bdrung/fix-typos
...
Fix various spelling mistakes
2016-11-25 04:59:36 +02:00
Benjamin Drung
9a51ba5c5b
Fix various spelling mistakes
2016-11-24 16:00:31 +01:00
Mike Place
371b0a86d9
Merge pull request #37736 from dhaines/issue-37732
...
handle semodule version >=2.4 (#37732 ) and fix typo
2016-11-24 03:44:20 +02:00
Mike Place
87aeb66fbf
Merge pull request #37797 from clan/extfs
...
check count of columns after split
2016-11-24 03:28:59 +02:00
Mike Place
f7c7109152
Merge pull request #37762 from twangboy/fix_chocolatey_state
...
Add pre_versions to chocolatey.installed
2016-11-24 03:27:29 +02:00
Nicole Thomas
56baa92d55
Merge pull request #37866 from meaksh/2016.3-bp-37149-36938-36784
...
Backport #37149 #36938 and #36784 to 2016.3
2016-11-23 14:54:17 -07:00
Nicole Thomas
d0cc7f0d56
Merge pull request #37863 from rallytime/bp-36893
...
Back-port #36893 to 2016.3
2016-11-23 10:09:09 -07:00
Mihai Dinca
9d8d578109
Fix pkg.latest_version when latest already installed
2016-11-23 17:02:40 +00:00
Joerg Reuter
ffca0d491c
- acl.delfacl: fix position of -X option to setfacl
2016-11-23 17:02:32 +00:00
rallytime
3dfed6b841
Adjust linux_acl unit test argument ordering
2016-11-23 17:02:23 +00:00
Silvio Moioli
f185ecdde1
core.py: quote style fixed
2016-11-23 17:02:07 +00:00
Pablo Suárez Hernández
8404d13424
Setting up OS grains for SLES Expanded Support (SUSE's Red Hat compatible platform)
2016-11-23 17:01:54 +00:00
rallytime
4c70534991
Add versionadded to reauth option in dockerng module
2016-11-23 08:57:53 -07:00
Tyler Hunt
5ca2c388c2
added documentation for the new reuth option in docker registry configuration
...
also fixed a typo in the new code where I used cred instead of creds
2016-11-23 08:54:36 -07:00
Tyler Hunt
5b0c11ab47
add option to force a reauth for a docker registry
...
Fixes #32829 . Adds ability to specify reauth in the docker-registry pillar data structure to specify the reauth kwarg to docker-py login call. If not specified it defaults to old behaviour of False
2016-11-23 08:54:36 -07:00
Sebastian Vela
b17a118e72
add multiline encryption documentation to nacl ( #37847 )
2016-11-22 15:27:13 -07:00
David J. Haines
7ef590a505
Update selinux.py
...
Fixed (hopefully) a couple of issues with the commit. That's what I get for parroting (and for not really knowing Python syntax yet).
2016-11-22 16:42:22 -05:00
Julien Cigar
aa3748744c
add missing chloginclass ( #37827 )
...
* add missing chloginclass
* Add versionadded tag
* Pesky whitespace fix
2016-11-21 17:26:12 -07:00
Nicole Thomas
0e74bad284
Update branch refs to more relevant branch ( #37826 )
...
And cleanup some :ref: links that are rendering incorrectly
2016-11-21 16:41:02 -07:00
Nicole Thomas
6a9b49c782
Add "names" option to file state docs: point users to highstate doc examples ( #37823 )
...
* Add "names" option to file state docs: point users to highstate doc examples
Fixes #19269
* Grammar fix
2016-11-21 16:40:33 -07:00
Nicole Thomas
aaf587de63
Clarify keystone.user_present password state docs with default behavior ( #37821 )
...
Fixes #15697
2016-11-21 15:15:53 -07:00
Nicole Thomas
c300863159
Add some dependency documentation to libvirt docs ( #37820 )
...
Fixes #5999
2016-11-21 15:15:20 -07:00
Thomas S Hatch
485270f74e
Merge pull request #37772 from bdrung/openssl1.1
...
Support initializing OpenSSL 1.1
2016-11-21 13:28:51 -07:00
Nicole Thomas
4910912ffa
Update orchestrate runner file.copy doc example ( #37817 )
...
The kwarg arguments should be a dictionary, and not a list.
Fixes #37383
2016-11-21 13:23:08 -07:00
Nicole Thomas
c5d3d8b66a
Merge pull request #37816 from rallytime/bp-32157
...
Back-port #32157 to 2016.3
2016-11-21 13:22:27 -07:00
Nicole Thomas
97e6b6aabe
Merge pull request #37812 from rallytime/bp-37790
...
Back-port #37790 to 2016.3
2016-11-21 11:46:40 -07:00
Nicole Thomas
27703c54bc
Merge pull request #37811 from rallytime/bp-37789
...
Back-port #37789 to 2016.3
2016-11-21 11:46:21 -07:00
Nicole Thomas
adac9d7c0c
Merge pull request #37810 from rallytime/bp-37775
...
Back-port #37775 to 2016.3
2016-11-21 11:45:53 -07:00
Mike Place
d9c297119e
Add quotes to cron doc
...
Closes #31953
2016-11-21 11:17:44 -07:00
Adrian Todorov
ca3b6e7874
Update proxmox.rst with more options and LXC
2016-11-21 10:26:59 -07:00
Dmitry S. Fedorov
ba3fef48e1
fix comment
2016-11-21 10:25:27 -07:00
Dmitry S. Fedorov
a021f76a9b
issue: 37751
...
Add documentation for option privileged
2016-11-21 10:25:27 -07:00
calve
2bed91437b
Document python
argument in salt.states.virtualenv_mod
2016-11-21 10:23:15 -07:00
Mike Place
7de784411d
Add nodegroup check to ckminions ( #37763 )
...
Closes #37742
2016-11-21 09:43:16 -07:00
Mike Place
d674369efc
Fix ip/port issue with salt-call ( #37766 )
...
Closes #37725
2016-11-21 09:41:27 -07:00
Z. Liu
acf0f960ef
check count of columns after split
...
If called on a device w/o extfs, a unhandled exception will be raise.
After add this check, is implies that attributes will be empty if the
device's filesystem is not extfs.
2016-11-21 14:45:24 +08:00
Aaron Miller
262e3b3697
respect trailing dot in ddns name parameter
...
Fixes #37287
2016-11-18 22:25:24 -08:00
twangboy
9696b6dfa5
Use keyword args instead of relying on ordering
2016-11-18 10:26:44 -07:00