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
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
Mike Place
8b3a01b3d7
Merge pull request #37973 from rallytime/nitrogen-deprecations-saltapi-class
...
[Nitrogen Deprecation] Remove SaltAPI.run() function
2016-11-30 07:40:09 -07:00
Mike Place
d764e3e24b
Merge pull request #37974 from rallytime/nitrogen-beacon-deprecation
...
[Nitrogen Deprecation] Beacons config should be a list not a dict now
2016-11-30 07:36:26 -07:00
Mike Place
a38c721290
Merge pull request #37977 from rallytime/nitrogen-deprecation-ssh-wipe
...
[Nitrogen Deprecation] Remove warning/support for wipe_ssh
2016-11-30 07:36:03 -07:00
Mike Place
ca3a9488f1
Merge pull request #37979 from terminalmage/revert-pillar-change
...
Revert addition of pillar_roots_override_ext_pillar
2016-11-30 07:34:23 -07:00
Mike Place
2738e61a03
Merge pull request #37983 from m03/improve-refresh_db-failhard_1
...
Improve aptpkg.refresh_db failhard param
2016-11-30 07:33:37 -07:00
Mike Place
f89530a79c
Merge pull request #37988 from alexbleotu/wait_for_task_invalid_argument-gh
...
Wait for task invalid argument gh
2016-11-30 07:31:29 -07:00
Mike Place
fa41fa06cb
Remove whitespace for lint check
2016-11-30 07:30:12 -07:00
m03
dd4395582d
Add integrity to pkg.refresh_db failhard param
2016-11-29 18:44:49 -08:00
Erik Johnson
c3e85e9967
Add absolute_import to please pylint
2016-11-29 20:37:47 -06:00
Erik Johnson
26600bcd0d
Forgot a word in docs update
2016-11-29 15:52:04 -06:00
Erik Johnson
6135dfa4dd
Revert addition of pillar_roots_override_ext_pillar
...
This turned out to be an unnecessary addition, as the root cause was
ext_pillar_first not behaving as documented.
2016-11-29 15:35:04 -06:00
Nicole Thomas
186b3c7959
Fix RST link format ( #37958 ) ( #37970 )
2016-11-29 14:34:07 -07:00