Commit Graph

75559 Commits

Author SHA1 Message Date
Sergey Kizunov
c176f1d43b Add --set-metadata option to salt-call
Works the same as the `--metadata` option in the `salt` command.
Since `--metadata` was already taken in `salt-call` to mean
something else, went with `--set-metadata` for `salt-call`.

Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com>
2016-10-31 17:43:03 -05:00
rallytime
ba5583938b Update mac_package unit tests: remove --no-compress flag 2016-10-31 16:13:48 -06:00
rallytime
02f5625fd7 Remove --no-compress option from mac_package.install_app function
Fixes #36829

The `--no-compress` flag for the rsync command doesn't
exist in newer versions of rsync on OSX 10.x.
2016-10-31 16:05:25 -06:00
Thomas S Hatch
351175931c Merge pull request #37351 from jfindlay/mac_set
modules.mac_power: give macOS time to change setting
2016-10-31 13:15:40 -06:00
Nicole Thomas
5328bc8d99 Update man pages for 2016.11 (#37354) 2016-10-31 13:09:01 -06:00
rallytime
6332da5c44 Prep release notes for 2016.11 2016-10-31 13:05:24 -06:00
Megan Kercher
44c2cffb1a bugfix logic 2016-10-31 10:47:34 -07:00
rallytime
d4364d284a Officially update version.py for carbon to be 2016.11.0 2016-10-31 11:46:00 -06:00
rallytime
adcceb633b Cleanup "carbon" refs and replace with 2016.11.0 2016-10-31 11:38:27 -06:00
Nicole Thomas
dde8c71408 Merge pull request #37352 from rallytime/merge-carbon
[carbon] Merge forward from 2016.3 to carbon
2016-10-31 11:20:18 -06:00
Aditya Kulkarni
d8b1c9c777 Add handling for full and linked clone
and commit disk mode additions
2016-10-31 12:30:49 -04:00
Mircea Ulinic
bf9513024f More features for NAPALM NTP module (#37343)
* More features for NTP module

* Lint & more doc
2016-10-31 10:23:07 -06:00
Mircea Ulinic
52498883b6 Small updates for the NAPALM BGP module doc (#37345) 2016-10-31 10:22:14 -06:00
rallytime
e10058c831 Merge branch '2016.3' into 'carbon'
No conflicts.
2016-10-31 10:15:25 -06:00
Loren Gordon
f258a7d566 Converts a string-type enable value to boolean (#37324)
If a user passes a string value for `enable`, i.e 'True' or 'False'`,
to `service.running` or `service.dead`, it seems clear their intent
is to enable or disable the service. Previously, such values would
simply be ignored. This converts the string value to a boolean, so
the service will actually be enabled or disabled.

Fixes #31342
2016-10-31 09:30:14 -06:00
Justin Findlay
0c58056d84 modules.mac_power: give macOS time to change setting 2016-10-31 09:04:57 -06:00
Mircea Ulinic
ba35ed1016
py3 compat 2016-10-31 12:58:33 +00:00
Mircea Ulinic
51467cc66e
Update for NTP state 2016-10-31 12:52:12 +00:00
Mike Place
dc4dd49bcc Merge pull request #37338 from bailsman/fix_boto_rds_wait_status
Fix wait_status in boto_rds.create()
2016-11-01 00:29:39 +13:00
Mike Place
eaafb29ff2 Merge pull request #37321 from sjorge/carbons-status-uptime
Carbons status uptime
2016-11-01 00:29:17 +13:00
Mircea Ulinic
c219fdc1e9
Remove extra line 2016-10-31 11:07:11 +00:00
Benedikt Werner
5a5c5a1ee8 Fixed lint issues 2016-10-31 12:00:51 +01:00
Mike Place
8573946223 Merge pull request #37342 from cachedout/carbon_develop
Carbon -> develop
2016-10-31 23:58:10 +13:00
Mike Place
7d7941598e
Merge branch 'carbon' into carbon_develop 2016-10-31 23:57:16 +13:00
Mike Place
2b2cfe9f50 Merge pull request #37341 from cachedout/process_test
Process test
2016-10-31 23:22:50 +13:00
Mike Place
02d61e5928
Lint 2016-10-31 23:21:43 +13:00
Mike Place
3d36f47d53
Skip process test on < 2.7
There is an unfixed bug in 2.6 that makes this unstable.
2016-10-31 23:20:48 +13:00
Super-User
a9f2762280 add note for SunOS, so we do not forget 2016-10-31 10:22:07 +01:00
Super-User
d73c748907 Figured out why there was a cmd.run mock was there. 2016-10-31 09:57:05 +01:00
Mike Place
25c987e33a Merge pull request #37340 from cachedout/ill_kill_3
SIGILL -> SIGKILL in process test
2016-10-31 21:50:10 +13:00
Mike Place
a6b7417fe9
SIGILL -> SIGKILL in process test
Fairly sure this was a typo. cc: @s0undt3ch
2016-10-31 20:54:42 +13:00
Mike Place
e0c4b34fff Merge pull request #37339 from cachedout/carbon
Remove test
2016-10-31 20:42:09 +13:00
Mike Place
534a21e8d6
Remove test
I don't know why this would exist in a client test. This is tested extensively
already in the loader tests, which is the appropriate place.
2016-10-31 20:39:34 +13:00
Super-User
9d05c6aaaa status.uptime - attempt to fix sunos test 2016-10-31 08:31:19 +01:00
Super-User
87cc773db1 status.uptime - remove cmd.run_all as it was replaced by sysctl.get 2016-10-31 08:26:54 +01:00
Emanuel Rietveld
86b588a0aa Fix wait_status in boto_rds.create() 2016-10-31 08:03:03 +01:00
Mike Place
320ff0451c Merge pull request #37290 from xbglowx/remove-pass-newline
Remove leading/trailing whitespace from secret
2016-10-31 20:00:13 +13:00
Mike Place
7f1654894d Merge pull request #37306 from DSRCorporation/bugs/35480_master_shutdown_no_process_error
Don't use os.wait() on subprocesses managed by `multiprocessing`.
2016-10-31 19:55:30 +13:00
Mike Place
bf8ba97d54 Merge pull request #37314 from rallytime/fix-34998
Document the existence of placementgroup option in ec2 driver
2016-10-31 19:42:33 +13:00
Mike Place
19acec39ed Merge pull request #37326 from garethgreenaway/consul_fixes
Adding some fixes to the consul module to address #36994 & #36995
2016-10-31 19:19:17 +13:00
Mike Place
a3b5109051 Merge pull request #37328 from gravyboat/bugfix/master_doc_format
Fix up some formatting issues
2016-10-31 18:50:15 +13:00
Mike Place
641c0decb7 Merge pull request #37329 from m03/logrotate-better-return-data
Better return data from logrotate module
2016-10-31 18:30:42 +13:00
Mike Place
7051fed751 Merge pull request #37330 from erocsid/develop
fixes some minor documentation typos
2016-10-31 18:21:53 +13:00
Mike Place
db854f7047 Remove trailing whitespace 2016-10-31 18:19:51 +13:00
Mike Place
cecc8f70fc Merge pull request #37331 from dschaller/patch-1
Add env_vars to virtualenv_mod managed state example
2016-10-31 18:15:38 +13:00
Mike Place
7365de5c62 Merge pull request #37334 from benediktwerner/add-documentation-sensehat-suse-apache-to-index
Added suse_apache and sensehat to doc index and improved doc formating
2016-10-31 18:10:10 +13:00
Benedikt Werner
a7afd7f514 Improved spacewalk doc 2016-10-30 21:14:56 +01:00
Benedikt Werner
5eab14948a Fixed doc formatting of sensehat module 2016-10-30 21:02:47 +01:00
Benedikt Werner
b641d75235 Added suse_apache and sensehat to doc index and fixed doc formating 2016-10-30 20:41:37 +01:00
Benedikt Werner
98eb4daa10 fixed error when passing an unconfigured server to spacewalk.api 2016-10-30 18:23:29 +01:00