Daniel Wallace
b0b2b5482b
add sync_sdb to salt-run saltutil
2017-02-08 14:43:40 -06:00
Daniel Wallace
413ae19592
document extmod_whitelist
...
for master and minion configs
2017-02-08 14:41:39 -06:00
Daniel Wallace
6c229396cc
add extmod_whitelist to the saltutil modules
2017-02-08 14:25:27 -06:00
Daniel Wallace
22d690945d
add optional extmod_whitelist dictionary
2017-02-08 13:52:27 -06:00
Mike Place
d5d39321c8
Merge pull request #37808 from cloudflare/JINJA-FILTERS
...
Jinja filters
2017-02-07 14:52:23 -07:00
Mike Place
7dd7fe3269
Merge pull request #39229 from rallytime/doc-test-fix
...
Fixup docs that don't have a CLI Example
2017-02-07 14:45:08 -07:00
Mike Place
3e8fe5979d
Merge pull request #39174 from techhat/sdbdunder
...
Add __opts__ and __utils__ to SDB
2017-02-07 14:44:43 -07:00
Mike Place
0f838b2b12
Merge pull request #38621 from terminalmage/pr34442
...
Add support for wildcard versions in pkg.installed states
2017-02-07 14:41:14 -07:00
rallytime
50b9ac6a6d
Fixup docs that don't have a CLI Example
...
- log functions shouldn't be used at the CLI level: added to allow_failure in test
- Added example for status.proxy_reconnect
2017-02-07 13:40:01 -07:00
Joseph Hall
ba63573365
Add import back in
2017-02-07 12:51:21 -07:00
Joseph Hall
87fd95df1b
Pass in existing __utils__ instead of making a new one
2017-02-07 11:41:56 -07:00
Mike Place
1a3be2ce2a
Merge pull request #39205 from cachedout/revert_36525
...
Revert "Cache the renderer in the pillar"
2017-02-07 11:24:56 -07:00
Mike Place
45828e833b
Merge pull request #39033 from xbglowx/dockerng_devices
...
dockerng support for --device
2017-02-07 11:24:19 -07:00
Pedro Algarvio
7ee157174b
Gate 3rd-party library imports ( #39223 )
2017-02-07 10:57:25 -07:00
Mike Place
a80a25af94
Merge pull request #39182 from NerdsvilleCEO/develop
...
Fix crashes when source attr is missing, as well as when description is missing
2017-02-07 10:07:52 -07:00
Mike Place
9863b24136
Merge pull request #39196 from carlpett/patch-3
...
Clarify where sdb profiles need to be configured
2017-02-07 09:45:09 -07:00
Mike Place
b0036bf34a
Merge pull request #39201 from marcaurele/doc/cloudstack
...
Doc: add getting started page for CloudStack provider
2017-02-07 09:17:13 -07:00
Mike Place
3edf789122
Merge pull request #39207 from twangboy/win_iis
...
Additional functions to win_iis
2017-02-07 09:10:05 -07:00
Erik Johnson
da7d3ecec0
Add integration test for wildcard versions
2017-02-07 08:54:26 -06:00
Erik Johnson
18729f3713
Add wildcard versions to Nitrogen release notes
2017-02-07 08:54:26 -06:00
Erik Johnson
9db2601954
Document wildcard versions in pkg.installed docstring
2017-02-07 08:54:26 -06:00
Erik Johnson
765e97a22b
pacman: add support for wildcards in package installs
2017-02-07 08:54:26 -06:00
Erik Johnson
87431d0de0
aptpkg: add pkg.list_repo_pkgs function
2017-02-07 08:54:26 -06:00
Erik Johnson
8319539138
Add salt.utils.fnmatch_multiple
2017-02-07 08:54:25 -06:00
Erik Johnson
8bb0e3d7b9
yumpkg.py: add wildcard support to package installs
...
This also makes significant changes to the list_repo_pkgs function to
bring it in line with behavior that will be implemented for other pkg
providers.
2017-02-07 08:54:25 -06:00
Erik Johnson
f2dbff3a55
Better wildcard check
2017-02-07 08:54:25 -06:00
Yaroslav Molochko
be815c3e0b
fix proposal for #34438
...
wildcard '*' support for pkg version comparison
2017-02-07 08:54:25 -06:00
Josh Santos
f956f399e9
Change == to is for comparison to None
2017-02-06 22:17:46 -05:00
twangboy
8c73db847e
Add start and stop apppool commands
2017-02-06 17:38:38 -07:00
Brian Glogower
519d98d856
Remove unneeded log.error
2017-02-06 16:33:17 -08:00
twangboy
128b0730a1
Add start/stop/restart site, improve docs
2017-02-06 17:30:50 -07:00
Mike Place
113485016e
Revert "Cache the renderer in the pillar"
...
This reverts commit bd12f7e269
.
2017-02-06 15:38:36 -07:00
Josh Santos
0a3914a630
Fix lint errors
2017-02-06 16:02:35 -05:00
Marc-Aurèle Brothier
786948ca98
Doc: add getting started page for CloudStack provider based on Exoscale as an example
...
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
2017-02-06 21:13:38 +01:00
C. R. Oldham
9d8e72b881
Merge pull request #38339 from cloudflare/STRAIGHT-MINION
...
Migrate NAPALM modules to be used in both proxy and regular minion
2017-02-06 13:41:07 -06:00
Mike Place
c48192beff
Merge pull request #38781 from raazvvann/dev/rheghedu/nilrt_ip
...
Add network module for NILinuxRT: nilrt_ip.py
2017-02-06 12:30:43 -07:00
Mike Place
f8d79076f2
Merge pull request #39013 from terminalmage/zh878
...
Decryption of values in Pillar SLS files
2017-02-06 12:08:57 -07:00
ninja
60d0212e53
Change reload_modules to trigger only on state changes ( #39015 ) ( #39016 )
...
* Change reload_modules to trigger only on state changes (#39015 )
* Helps with performance
* 99.9% of the time used by Salt users along with pip.installed, pkg.installed or cmd.run which remain compatible.
* Creates minor incompatibility if used with a logically-incomplete state that does not properly report changes.
* Add option to force module reload even with no changes at state.py
* fix force_reload_modules logic
2017-02-06 12:06:38 -07:00
Mike Place
9454293499
Indexes for format statement
2017-02-06 11:59:11 -07:00
Mike Place
46d8bfd026
Merge pull request #39034 from rallytime/doc-updates-develop
...
Update autodoc topics for new modules added in develop
2017-02-06 11:53:41 -07:00
Calle Pettersson
5a017d733b
Clarify where sdb profiles need to be configured
2017-02-06 19:46:33 +01:00
Mike Place
b0ea6d74c9
Merge pull request #39099 from cloudflare/JINJA-LOG
...
Log module
2017-02-06 11:40:11 -07:00
Mike Place
157d98f21c
Merge pull request #39111 from mcalmer/update-min-version-dockerng
...
Update min required versions in dockerng
2017-02-06 11:39:02 -07:00
Mike Place
0b480a6244
Merge pull request #39140 from eradman/pillarenv
...
Allow pillar environment to be specified for salt-run
2017-02-06 11:38:35 -07:00
Mike Place
d56cc4d3fc
Merge pull request #39167 from rallytime/merge-develop
...
[develop] Merge forward from 2016.11 to develop
2017-02-06 11:27:36 -07:00
Mike Place
c4425b2c0b
Merge pull request #39168 from twangboy/fix_default_config
...
Add publisher_acl and publisher_acl_blacklist to defaults
2017-02-06 11:24:42 -07:00
Mike Place
3b4d5a4626
Merge pull request #39170 from grep4linux/jboss-state-fix
...
Added missing source_hash_name argument in get_managed function
2017-02-06 11:20:53 -07:00
Mike Place
2ba9fa67d8
Merge pull request #39176 from twangboy/win_iis
...
Updates to win_iis modules
2017-02-06 11:07:37 -07:00
Mike Place
a73edfdd70
Merge pull request #39177 from bwesterb/patch-1
...
pip_state: mention Python 2 pip module is required
2017-02-06 10:57:57 -07:00
Mike Place
f59f67fc41
Merge pull request #39183 from Inveracity/patch-3
...
update GCE docs adding subnetwork parameter
2017-02-06 10:31:15 -07:00