Derek Schaller
de154d76ce
Adding npm cache_cleaned state and required module functions
2016-02-06 15:27:00 -08:00
Colton Myers
291fe929e4
Merge pull request #30754 from basepi/merge-forward-develop
...
Merge forward from 2015.8 to develop
2016-01-29 17:11:31 -07:00
Mike Place
b8a6a97307
Merge pull request #30695 from Unity-Technologies/feature/beacon-glxinfo
...
Added a beacon for GLXInfo
2016-01-29 17:13:20 -06:00
Mike Place
837581e5cb
Merge pull request #30715 from twangboy/mac_system
...
Fixed syntax error in _validate_enabled
2016-01-29 17:11:14 -06:00
Mike Place
fe19ca4480
Merge pull request #30729 from Unity-Technologies/feature/dism
...
Added DISM module and states
2016-01-29 17:10:32 -06:00
Mike Place
d08cff3d6f
Merge pull request #30748 from twangboy/mac_autologin
...
Ability to configure Auto Login on Mac OS X
2016-01-29 16:59:50 -06:00
Colton Myers
967e862027
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
salt/loader.py
salt/modules/npm.py
salt/pillar/__init__.py
2016-01-29 15:51:52 -07:00
Colton Myers
716c2bb7c8
Merge pull request #30751 from basepi/merge-forward-2015.8
...
[2015.8] Merge forward from 2015.5 to 2015.8
2016-01-29 15:43:41 -07:00
Colton Myers
84eeab7720
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
...
Conflicts:
salt/returners/local_cache.py
2016-01-29 14:57:31 -07:00
twangboy
8d39303be2
Refactors return in disable_auto_login
2016-01-29 12:31:15 -07:00
twangboy
39cf8d2b36
Add versionadded to docs
2016-01-29 12:27:35 -07:00
twangboy
a46ac5f316
Add documentation
2016-01-29 12:25:07 -07:00
twangboy
567a0a67ab
Fix non-zero exit code error
...
get_auto_login uses `defaults` to read the value for
`autoLoginUser`. If `autoLoginUser` does not exists, then
autoLogin is disabled. If `autoLoginUser` is not in the list,
`defaults` throws an error.
Added the `ignore_retcode=True` option to the `cmd.run_all` when
searching for `autoLoginUser`
2016-01-29 12:12:10 -07:00
twangboy
ebdbfd21d6
Fix disable_auto_login
2016-01-29 11:50:19 -07:00
twangboy
dabbc96683
Add functions to modify autologin settings
...
Added the following functions:
- get_auto_login
- enable_auto_login
- disable_auto_login
2016-01-29 11:45:38 -07:00
Mike Place
447c871dfe
Merge pull request #30738 from sjorge/module-mdata
...
salt.modules.mdata should load on more operating systems
2016-01-29 12:30:17 -06:00
Mike Place
2a8fa82eeb
Merge pull request #30737 from sjorge/module-network
...
workaround some SunOS oddities with ifconfig output
2016-01-29 12:27:34 -06:00
Mike Place
98349d1d05
Merge pull request #30736 from Unity-Technologies/feature/osx_xattr
...
Added xattr module and state for OS X
2016-01-29 12:25:58 -06:00
Nicole Thomas
1f0d0f591e
Merge pull request #30720 from clinta/fix-pem-managed-changes
...
x509.pem_managed does not return changes dict
2016-01-29 10:07:25 -07:00
Nicole Thomas
1f531c6561
Merge pull request #30701 from kraney/boto_cloudtrail
...
Catch errors that were ignored in cloud trail state updates.
2016-01-29 09:52:45 -07:00
Clint Armstrong
5c28efa9d3
return changes on test as well
2016-01-29 11:38:27 -05:00
Jorge Schrauwen
d003d3c5b3
add missing docs for mdata
2016-01-29 16:25:51 +00:00
Jorge Schrauwen
ebf288000c
rename module as it is no longer SmartOS specific
2016-01-29 16:21:49 +00:00
Jorge Schrauwen
6e7e206827
salt.modules.smartos_mdata should load if mdata-list is available, except on the global zone
2016-01-29 16:21:01 +00:00
Thomas S Hatch
076268089a
Merge pull request #30699 from abednarik/save_load_retry_time
...
Add Retry to save_load.
2016-01-29 09:08:30 -07:00
Jorge Schrauwen
1c917548fa
workaround some SunOS oddities with ifconfig output
2016-01-29 15:58:49 +00:00
Nicole Thomas
486be7c78c
Merge pull request #30721 from sjorge/module-vmadm
...
vmadm.list should have keyed=True as default!
2016-01-29 08:58:42 -07:00
Daniel Hobley
6ad5014968
Lint fixes
2016-01-29 15:29:06 +01:00
Daniel Hobley
a4f4e52687
Added xattr module and state for OS X
...
- Allows you to add and remove special attributes to/from files
2016-01-29 15:01:40 +01:00
Daniel Hobley
43fec92069
Lint fixes
2016-01-29 11:51:52 +01:00
Daniel Hobley
e8c3a154f0
Added DISM module and states
...
- Allows you to install features and capabilities on windows minions
2016-01-29 10:35:58 +01:00
Daniel Hobley
76aa2fde84
Merge branch 'develop' into feature/beacon-glxinfo
2016-01-29 09:35:15 +01:00
Colton Myers
a2c260e701
Merge pull request #30648 from twangboy/mac_power
...
Fixed _validate_enabled function
2016-01-28 17:29:36 -07:00
Joseph Hall
4942804bf1
Merge pull request #30714 from wise0wl/develop
...
Added networks option to Joyent cloud provider, allowing for selectio…
2016-01-28 17:22:21 -07:00
Christopher Dickey
63dfd1a23a
Added safer .get method to vm_ 'networks' dictionary
2016-01-28 15:27:51 -08:00
twangboy
0a53d8757f
Added handling for string on and off
2016-01-28 16:05:04 -07:00
twangboy
602389f171
Added handling for string on and off
2016-01-28 16:02:46 -07:00
Jorge Schrauwen
1759d867db
vmadm.list should have keyed=True as default!
2016-01-28 22:30:43 +00:00
Kris Raney
a9ee77a011
Another missed error check
2016-01-28 16:15:03 -06:00
Clint Armstrong
e611f0269c
fix typos and no changes returned for pem_managed
2016-01-28 15:58:03 -05:00
Nicole Thomas
2890480700
Merge pull request #30712 from techhat/novnc
...
Disable VNC by default
2016-01-28 13:47:16 -07:00
Kris Raney
d113111886
Fix cut-and-paste error or whatever it was
2016-01-28 14:41:15 -06:00
twangboy
3347e26903
Fixed syntax error in _validate_enabled
2016-01-28 12:52:25 -07:00
twangboy
a520733a9b
Fixed syntax error in _validate_enabled
2016-01-28 12:49:08 -07:00
twangboy
a1bfcafba6
Fixed _valideate_enabled function
2016-01-28 12:49:07 -07:00
Christopher Dickey
feab016501
Added networks option to Joyent cloud provider, allowing for selection of Networks other than default
2016-01-28 11:46:59 -08:00
Joseph Hall
c71756ab46
Disable VNC by default
2016-01-28 11:59:04 -07:00
Nicole Thomas
67b20728d2
Merge pull request #30709 from michalsuba/patch-2
...
exposing name of password column from module
2016-01-28 11:26:37 -07:00
Nicole Thomas
604cef23c1
Merge pull request #30708 from michalsuba/patch-1
...
Addressing user creation on mysql 5.7
2016-01-28 11:25:42 -07:00
Michal Suba
727c1384bd
exposing name of password column from module
...
in addition to https://github.com/saltstack/salt/pull/30603
and https://github.com/saltstack/salt/pull/30708
2016-01-28 18:48:26 +01:00