Erik Johnson
|
5b48362adb
|
Improve docstrings and instructions on how to sync
This also removes an unused argument from salt.modules.saltutil.sync_sdb().
|
2016-01-26 17:48:12 -06:00 |
|
Erik Johnson
|
89468f886c
|
Add versionadded directive
|
2016-01-26 15:03:11 -06:00 |
|
Erik Johnson
|
385e216aa1
|
Add function to sync queues to saltutil runner
|
2016-01-26 15:02:46 -06:00 |
|
Erik Johnson
|
d3da641f58
|
Add function to sync engines to saltutil runner
|
2016-01-26 14:58:00 -06:00 |
|
Erik Johnson
|
adaf3625c2
|
Add extension_modules change to Boron release notes
|
2016-01-26 14:41:39 -06:00 |
|
Erik Johnson
|
dcf5ed6369
|
Add information about change to extention_modules
|
2016-01-26 14:41:39 -06:00 |
|
Erik Johnson
|
c93b693f4c
|
Add saltutil runner to docs toctree
|
2016-01-26 14:41:39 -06:00 |
|
Erik Johnson
|
bbf86a7e4b
|
Add saltutil runner module
|
2016-01-26 14:41:39 -06:00 |
|
Erik Johnson
|
b51d43e76f
|
Use salt.utils.extmods.sync() in saltutil execution module
|
2016-01-26 14:41:39 -06:00 |
|
Erik Johnson
|
78991e2d08
|
Add extmods submodule to utils
This will allow the master to sync custom types
|
2016-01-26 14:41:39 -06:00 |
|
Erik Johnson
|
ccf5b0cfae
|
Move default master extension_modules dir within master cachedir
|
2016-01-26 14:17:03 -06:00 |
|
Erik Johnson
|
f555a4d271
|
Properly set default value for minion's extension_modules param
Rather than setting this in apply_minion_config(), this should just be
set in DEFAULT_MINION_OPTS.
|
2016-01-26 14:17:03 -06:00 |
|
Nicole Thomas
|
e2f9158974
|
Merge pull request #30641 from sjorge/module-solarisips
only load solarisips IF we actually have the pkg binary
|
2016-01-26 11:13:41 -07:00 |
|
Nicole Thomas
|
cb84ef0a00
|
Merge pull request #30633 from sjorge/state-locale
fixed catching the wrong except
|
2016-01-26 11:05:45 -07:00 |
|
Nicole Thomas
|
96e121710b
|
Merge pull request #30606 from eyj/pr-none-tags
EC2: Allow tags with value None
|
2016-01-26 11:03:55 -07:00 |
|
Colton Myers
|
7cad3e8d8d
|
Merge pull request #30630 from hamzasheikh/fixes-for-python3.5
Fix indent in setup.py
|
2016-01-26 10:59:58 -07:00 |
|
Nicole Thomas
|
afa334c192
|
Merge pull request #30636 from arthurlogilab/patch-16
docstring typo
|
2016-01-26 10:13:23 -07:00 |
|
Jorge Schrauwen
|
39bdaea5e3
|
only load solarisips IF we actually have the pkg binary
|
2016-01-26 16:00:43 +00:00 |
|
Arthur Lutz
|
6761ea5008
|
docstring typo
|
2016-01-26 11:13:56 +01:00 |
|
Jorge Schrauwen
|
3000db55bd
|
fixed catching the wrong except
|
2016-01-26 06:58:38 +00:00 |
|
Colton Myers
|
621d8785de
|
Merge pull request #30579 from sjorge/module-localemod
Fix up salt.modules.locale(mod) for Solaris and some generic improvements
|
2016-01-25 17:21:42 -07:00 |
|
Colton Myers
|
64f17568a4
|
Merge pull request #30627 from sjmh/etcd_set_tree
Add etcd update function
|
2016-01-25 17:07:46 -07:00 |
|
Hamza Sheikh
|
bb599a61a2
|
Fix indent in setup.py
|
2016-01-25 15:37:06 -08:00 |
|
Jorge Schrauwen
|
1f80df6465
|
removed versionchanged as no backwards compat stuff happened
|
2016-01-25 23:24:39 +00:00 |
|
Nicole Thomas
|
bac21c21d5
|
Merge pull request #30594 from mlalpho/salt-boto_secgroup-updates
salt-boto_secgroup updates
|
2016-01-25 16:23:41 -07:00 |
|
Nicole Thomas
|
f364fbfe64
|
Merge pull request #30603 from michalsuba/patch-1
addressing #29265
|
2016-01-25 16:21:49 -07:00 |
|
Colton Myers
|
94bf7790cf
|
Merge pull request #30567 from rallytime/fix-25363
Make sure rabbitmq_vhost states are using test=true properly.
|
2016-01-25 16:19:45 -07:00 |
|
Colton Myers
|
818ff2af78
|
Merge pull request #30381 from quantonganh/launchctl-yosemite
Launchctl yosemite
|
2016-01-25 16:08:25 -07:00 |
|
Nicole Thomas
|
ddc8be6c6d
|
Merge pull request #30620 from sjorge/state-archive
Fix salt.states.archive __virtual__
|
2016-01-25 16:06:51 -07:00 |
|
Nicole Thomas
|
408d86664e
|
Merge pull request #30626 from junster1/get_enablefix
fix get_enabled to return currently enable services
|
2016-01-25 15:59:30 -07:00 |
|
Steve Hajducko
|
a015473d4e
|
Add etcd update function
Adds a update function that takes a dict and sets multiple etcd keys.
|
2016-01-25 14:13:33 -08:00 |
|
Ryan Larson
|
97d78e1009
|
fix get_enabled to return currently enable services
|
2016-01-25 15:37:06 -06:00 |
|
Jorge Schrauwen
|
4ec64e9668
|
fix typo
|
2016-01-25 19:56:59 +00:00 |
|
Jorge Schrauwen
|
ead9fce6b1
|
expect the new exception that can be thrown and handle it
|
2016-01-25 19:41:57 +00:00 |
|
Nicole Thomas
|
a48ffaa84e
|
Merge pull request #30590 from mlalpho/salt-utils-cloud-updates
salt-utils-cloud updates
|
2016-01-25 12:30:43 -07:00 |
|
Nicole Thomas
|
653292ec88
|
Merge pull request #30555 from twangboy/mac_brew
renamed brew.py to mac_brew.py
|
2016-01-25 12:30:31 -07:00 |
|
Jorge Schrauwen
|
4d2fa2e2aa
|
switch unit test to except CommandExecutionError
|
2016-01-25 19:30:09 +00:00 |
|
Jorge Schrauwen
|
7b1429879e
|
switch to raising an exception as mentioned in #30578
|
2016-01-25 19:14:59 +00:00 |
|
rallytime
|
3f8b905642
|
Fix test failures
|
2016-01-25 12:08:30 -07:00 |
|
Jorge Schrauwen
|
4a11cb808e
|
Fix salt.states.archive __virtual__
|
2016-01-25 19:05:37 +00:00 |
|
Nicole Thomas
|
7f9ffd5ef4
|
Merge pull request #30616 from rallytime/merge-30610
Merge #30610 with pylint fix
|
2016-01-25 12:03:31 -07:00 |
|
Michael Alphonso
|
e3bbf0da19
|
put back the call to subshell sh -c
|
2016-01-25 13:45:52 -05:00 |
|
Nicole Thomas
|
25f127c948
|
Merge pull request #30580 from sjorge/module-timezone
salt.modules.timezone improvements for Solaris-like OS's
|
2016-01-25 11:43:25 -07:00 |
|
twangboy
|
9280603549
|
Updated release notes for boron to reflect filename changes
|
2016-01-25 11:32:57 -07:00 |
|
Nicole Thomas
|
05349071dc
|
Merge pull request #30503 from StackPointCloud/profitbricks-cloud-provider
Adds cloud provider support for ProfitBricks
|
2016-01-25 11:28:41 -07:00 |
|
Nicole Thomas
|
5bcae187c1
|
Merge pull request #30395 from twangboy/mac_system
Mac System Module
|
2016-01-25 11:14:42 -07:00 |
|
rallytime
|
bf100c1ef5
|
Merge #30610 with pylint fix
|
2016-01-25 11:10:04 -07:00 |
|
Michal Suba
|
466f98d761
|
move password_column to the end of kwargs
|
2016-01-25 19:06:47 +01:00 |
|
Ethan Devenport
|
de7d1666f6
|
Updates made after PR review:
* Improved and cleaned up documentation.
* Removed unnecessary namespaces.
* Made to fail when no ssh_host is found.
* Cleared pylint violations.
|
2016-01-25 18:02:10 +00:00 |
|
Nicole Thomas
|
0a3a9aa45f
|
Merge pull request #30592 from mlalpho/salt-boto_rds-updates
salt-boto_rds updates
|
2016-01-25 10:51:40 -07:00 |
|