Michael Lodder
1224cbe80d
Update namecheap_domains.py
...
pylint
2016-12-30 11:43:23 -07:00
Michael Lodder
003d2e0bd8
Update namecheap_dns.py
...
pylint
2016-12-30 11:39:32 -07:00
Michael Lodder
d490291cdb
Update namecheap_ssl.py
...
pylint
2016-12-30 11:38:22 -07:00
Michael Lodder
011936d9eb
Update namecheap.py
...
Fix lint issue
2016-12-30 11:24:36 -07:00
Michael Lodder
4b3fac67ab
Update minion.py
...
Allow master_func to return a list of available masters
2016-12-30 11:20:52 -07:00
Alejandro del Castillo
de5ce99334
opkg - version_cmp: prefer opkg internal compare-versions utility vs external
...
Staring on 0.3.4, the preferred way to compare versions on opkg is to
use the opkg-compare-versions option of the opkg binary itself.
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
2016-12-30 10:45:09 -06:00
jinm
0cd9df299f
Hash type fallback for file management
...
Resolves #38472
2016-12-30 11:01:51 -05:00
Erik Johnson
ed2ba4bd1b
Merge pull request #38457 from bshelton229/git-latest-head-bug
...
Stops git.latest checking for local changes in a bare repo
2016-12-30 08:28:46 -06:00
Mark van der Walle
bd7dee9a10
Do not assume every object is a server
2016-12-30 14:22:49 +01:00
Mircea Ulinic
18018139f3
Fix #38485
2016-12-30 11:19:34 +00:00
Tom Williams
d4fac317bb
INFRA-4293 - fix one typo and one bad list deref
2016-12-30 01:12:30 -05:00
Christian McHugh
466d62c77b
remove default print statements from ldap pillar
2016-12-30 00:17:46 +00:00
Tom Williams
3f23933cfe
INFRA-4293 - herp-derp - can't use counter vars after you've decremented them to zero...
2016-12-29 19:06:09 -05:00
Daniel Wallace
048b9f6b9d
add test
2016-12-29 17:08:24 -06:00
Daniel Wallace
c480c11528
allow spaces in cron env
2016-12-29 17:08:23 -06:00
Daniel Wallace
c529ec8c34
allow crons to have multiple spaces
2016-12-29 17:08:04 -06:00
Daniel Wallace
79368c7528
Use UTC for timing in case timezone changes
...
Also make sure start time is in the new timezone.
Fixes #37684
2016-12-29 14:45:25 -06:00
Tom Williams
e5d120e9d2
INFRA-4293 - add the last few needed examples to the docstrings
2016-12-29 13:17:38 -05:00
Alex Black
cf69cfcde0
Python 3 support: Switch to six library for unicode handling
2016-12-29 11:12:56 -07:00
Mike Place
36e21b22cb
Merge pull request #38385 from dragon788/2016.3-double-dash
...
Use unambigous long names with double dashes
2016-12-29 10:10:47 -07:00
Mike Place
aa0c843553
Merge pull request #38461 from alprs/fix-kapacitor_changes
...
Improvements/fixes to kapacitor task change detection
2016-12-29 10:08:46 -07:00
Christian McHugh
304ded4334
Use six.string_types over basestring and expect groupid to be an int
2016-12-29 17:08:11 +00:00
Mike Place
2c51eb9d16
Merge pull request #38473 from twangboy/osx_to_macos
...
Change OSX/OS X to macOS where possible
2016-12-29 09:35:10 -07:00
Mike Place
340209abac
Merge pull request #38483 from jamespayor/rabbitmq-module-fixes
...
Fixes for the behaviour of rabbitmq module functions.
2016-12-29 09:31:53 -07:00
Mike Place
59f2560d88
Merge pull request #38474 from cachedout/key_loop
...
Allow an existing ioloop to be passed to salt-key
2016-12-29 09:28:51 -07:00
Adam Mendlik
55ad9d6c6c
Add hash_type argument to MultiKeyCLI.finger_all function
2016-12-29 09:20:02 -07:00
Christian McHugh
d26ccf8a0f
allow zabbix_host.present to use group names in addition to groupids
2016-12-29 14:16:38 +00:00
Andreas Lutro
52721e97d6
clean up and fix tests
2016-12-29 11:14:24 +01:00
Andreas Lutro
8648775c2a
if task is not defined, it's not up to date
2016-12-29 11:14:08 +01:00
James Payor
5382319fa1
Add whitespace to satisfy the linter.
2016-12-29 20:52:53 +11:00
James Payor
d905c0730e
Fixes for the behaviour of rabbitmq list_* module functions (all return lists/dicts as appropriate now). Fix bug in plugin_is_enabled and add list_{available, enabled}_plugins.
2016-12-29 19:40:07 +11:00
Tom Williams
7f9c38e0a4
INFRA-4293 - update ..versionadded string
2016-12-28 19:45:41 -05:00
Mike Place
de504538e1
Allow an existing ioloop to be passed to salt-key
...
Fixes #38209
2016-12-28 16:33:39 -07:00
Alex Black
2485a48e09
Convert IP values to unicode in infoblox state module. Convert IP value to list for host records.
2016-12-28 16:26:22 -07:00
Tom Williams
be7f9c0417
INFRA-4293 - it appears that examples are examples unless they're tagged with 'Example:' :)
2016-12-28 17:14:49 -05:00
Bryan Shelton
558e7a771a
Stops git.latest checking for local changes in a bare repo
2016-12-28 14:00:21 -08:00
twangboy
e96bfe8fa2
Change OSX/OS X to macOS where possible
2016-12-28 14:49:46 -07:00
Tom Williams
6fafd3cadd
INFRA-4293 - more pylint cleanup. Abstract out _modify_resource() functionality
2016-12-28 16:00:17 -05:00
twangboy
810471b9cd
Fix problem with some services getting access denied
2016-12-28 13:34:28 -07:00
Mike Place
3d0c752acd
Merge pull request #38467 from gtmanfred/2016.3
...
file.line fail with mode=delete
2016-12-28 13:00:32 -07:00
Tom Williams
3f5885b85e
INFRA-4293 - pylint is a harsh mistress...
2016-12-28 14:46:05 -05:00
Mike Place
86c4b56f47
Newline for lint compat
2016-12-28 12:31:46 -07:00
Mike Place
2497fb547e
Merge pull request #38412 from bbinet/pillarstack-updates
...
Update PillarStack stack.py to latest upstream version
2016-12-28 12:28:39 -07:00
Mike Place
5536aec4b1
Merge pull request #38414 from sevagh/ini_manage
...
Add strict flag to ini.options_present
2016-12-28 12:25:25 -07:00
Mike Place
25a7172498
Merge pull request #38426 from mchugh19/engine_expr
...
Engine expr
2016-12-28 12:24:40 -07:00
Mike Place
3ac0416145
Merge pull request #38429 from github-abcde/develop
...
Support for SELinux fcontext policies
2016-12-28 12:23:47 -07:00
Mike Place
01f5664000
Merge pull request #38454 from heini/develop
...
Fix documentation reg. pkg.available_version.
2016-12-28 12:21:35 -07:00
Mike Place
5395d3210a
Merge pull request #38456 from twangboy/gate_win_utils
...
Gate Windows Specific Salt Utils
2016-12-28 11:44:32 -07:00
Daniel Wallace
7b7c6b3878
file.line fail with mode=delete
...
If the file is empty, it also fails, fix that.
2016-12-28 11:51:45 -06:00
twangboy
d34d110a84
Fix lint, fix boto module
2016-12-28 10:06:40 -07:00