Mike Place
e8f7b8fe29
Merge pull request #38074 from alexbleotu/get_datacenters_gh
...
Get datacenters gh
2016-12-05 11:59:49 -07:00
Mike Place
03069fe3f2
Merge pull request #38063 from llua/tmp_files_cleanup
...
tmp file clean up in file.manage - fix for #33708
2016-12-05 09:41:01 -07:00
Mike Place
fb984566d0
Merge pull request #37834 from ClaudiuPID/adds-icinga2-support
...
Icinga2 module and state draft proposal.
2016-12-05 08:59:01 -07:00
Alexandru Bleotu
2f428ef38f
Added tests for utils.vmware.get_datacenter
2016-12-05 10:38:11 -05:00
Alexandru Bleotu
50174acfbd
Updated utils.vmware.get_datacenter to use utils.vmware.get_datacenters
2016-12-05 10:38:11 -05:00
Alexandru Bleotu
e8a854f9ac
Added tests for utils.vmware.get_datacenters
2016-12-05 10:37:48 -05:00
Alexandru Bleotu
364b6eb394
Added utils.vmware.get_datacenters which returns all datacenters in a vCenter
2016-12-05 07:24:12 -05:00
Eric Cook
48c4ee6f31
tmp file clean up in file.manage - fix for #33708
2016-12-03 01:15:59 -05:00
Mike Place
723699fda9
Merge pull request #38047 from cloudflare/NETCONFIG-STATE
...
New state: netconfig
2016-12-02 09:41:32 -07:00
Mircea Ulinic
3375e5fe30
netconfig state doc
2016-12-02 13:27:44 +00:00
Mircea Ulinic
80a76bb78f
New state: netconfig
2016-12-02 12:23:09 +00:00
Mike Place
03e0fd39d1
Merge pull request #37963 from terminalmage/tgt_type
...
Deprecate expr_form argument in the LocalClient
2016-12-02 02:45:16 -07:00
Erik Johnson
94a16ada7b
Replace usage of deprecated expr_form in tests
2016-12-01 16:21:49 -06:00
Mike Place
47956ffd0c
Merge pull request #38014 from StreetHawkInc/develop
...
Fix 'changes' for pip.installed from requirements
2016-12-01 15:14:18 -07:00
Mike Place
ebd09bcab4
Merge pull request #38008 from m03/aptpkg-pylint-fixes_1
...
Fix several minor linting issues with aptpkg in develop
2016-12-01 15:12:25 -07:00
Mike Place
faf94a10a0
Merge pull request #38030 from rallytime/merge-develop
...
[develop] Merge forward from 2016.11 to develop
2016-12-01 15:03:32 -07:00
Mike Place
b5d3cee033
Merge pull request #38031 from skizunov/develop2
...
Windows: Fix exception when certain grains are None
2016-12-01 15:02:51 -07:00
Mike Place
4f50d8e73c
Merge pull request #38033 from terminalmage/update-systemd-mask-tests
...
Update systemd module unit tests to reflect new masking behavior
2016-12-01 15:01:59 -07:00
Erik Johnson
ac2f4e3ab9
Update systemd module unit tests to reflect new masking behavior
2016-12-01 14:21:33 -06:00
Sergey Kizunov
97bf90c5c9
Windows: Fix exception when certain grains are None
...
Certain grains may be set to `None` due to PR #37593 . When either
the `manufacturer` or `productname` grain is `None` due to the cleaning
feature from the above referenced PR, an exception will be thrown that
looks like:
```
File "...\salt\grains\core.py", line 442, in _windows_virtual
if 'QEMU' in osdata.get('manufacturer', ''):
TypeError: argument of type 'NoneType' is not iterable
```
Fix this by making `_windows_virtual` tolerant to grains that have
a value of `None`.
Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com>
2016-12-01 14:02:48 -06:00
rallytime
0eab0ee8a6
Merge branch '2016.11' into 'develop'
...
Conflicts:
- doc/topics/releases/2016.11.0.rst
2016-12-01 12:14:33 -07:00
m03
62479f2792
Fix comment
2016-12-01 09:57:43 -08:00
Dmitry Kuzmenko
e51448f5ed
Added Carbon release notes. Fixed sphinx errors in the file. ( #38022 )
2016-12-01 09:59:15 -07:00
Konrad Mosoń
015f5b8105
Typo fix ( #38015 )
2016-12-01 09:54:21 -07:00
Nicole Thomas
6f34332e87
Adjust code examples to use the actual bootstrap-salt.sh file name ( #38011 )
2016-12-01 09:01:25 -07:00
Claudiu Popescu
612411095a
Pylint fix
2016-12-01 16:23:30 +02:00
Claudiu Popescu
d532ad78ea
Icinga2 module fixes
2016-12-01 12:51:35 +02:00
Steven Joseph
3fbf5fcdba
Fix 'changes' for pip.installed from requirements
...
- add more lines for matching no change from pip
2016-12-01 16:55:47 +11:00
m03
c75f360fd0
Fix several minor linting issues with aptpkg
2016-11-30 12:33:08 -08:00
Mike Place
84e4fe1bd7
Merge pull request #37998 from Ch3LL/add_init_delay
...
Add init delay
2016-11-30 13:23:01 -07:00
Mike Place
1e3bb2e12a
Newline for lint
2016-11-30 13:22:53 -07:00
Mike Place
b7a39fa680
Merge pull request #37933 from twangboy/win_network_functions
...
Add functions from network.py to win_network.py
2016-11-30 11:29:51 -07:00
Mike Place
6ffea40dee
Merge pull request #37813 from twangboy/windows_perms
...
Windows Perms for file.directory and file.managed
2016-11-30 11:12:26 -07:00
Mike Place
0a041277ea
Merge pull request #37954 from gtmanfred/2016.11
...
use sleep from path for docker.sls_build
2016-11-30 11:08:44 -07:00
Mike Place
4ef5c98845
Merge pull request #37993 from ticosax/remove-initdb-requirement
...
Remove initdb dependency to consume postgres module.
2016-11-30 11:08:13 -07:00
Erik Johnson
a74fc5bd47
Add expr_form deprecation to Nitrogen release notes
2016-11-30 11:57:40 -06:00
Mike Place
63c9130187
Merge pull request #37999 from cachedout/gem_test_develop
...
Fix gem test (develop)
2016-11-30 10:57:27 -07:00
Mike Place
b158bb6557
Fix gem test (develop)
2016-11-30 10:56:41 -07:00
Ch3LL
f2e5d4e614
add version added
2016-11-30 10:39:25 -07:00
Ch3LL
8c9e9de335
change name
2016-11-30 10:27:37 -07:00
Ch3LL
1d52c18316
add init_delay option for service.dead state module
2016-11-30 10:22:05 -07:00
Mike Place
2e5565685c
Merge pull request #37997 from cachedout/gem_test_carbon
...
Update gem test for 2016.11
2016-11-30 10:13:45 -07:00
Mike Place
1d221aa91c
Update gem test for 2016.11
2016-11-30 09:44:56 -07:00
twangboy
ecba55ce61
Fix some more lint
2016-11-30 09:44:51 -07:00
Daniel Wallace
9caf0b406d
use sleep from path for docker.sls_build
...
sleep sometimes is found in /bin/sleep, like in ubuntu. We should just
depend on the PATH variable being correct, and finding sleep, instead of
explicitly saying /usr/bin/sleep
2016-11-30 10:17:30 -06:00
Mike Place
0af7bd527d
Merge pull request #37989 from alexbleotu/schema_updates-gh
...
Schema updates gh
2016-11-30 09:06:49 -07:00
Nicolas Delaby
c5c7a53d72
Remove initdb dependency to consume postgres module.
2016-11-30 17:06:17 +01:00
Mike Place
c8380cf2c9
Merge pull request #37953 from m03/another-set-of-aptpkg-tests
...
Additional aptpkg module unit tests
2016-11-30 09:02:21 -07:00
Mike Place
8f351644b5
Merge pull request #37960 from rallytime/proxy-grains-merge-switch
...
Switch proxy_merge_grains_in_module option default from False to True
2016-11-30 09:00:56 -07:00
Mike Place
b0d090ecfd
Merge pull request #37967 from Cybolic/fix_ec2_drive_setup
...
Fixed faulty logic preventing instance initialisation.
2016-11-30 07:40:57 -07:00