Mike Place
9f999c0027
Merge pull request #27074 from twangboy/fix_password_2015.5
...
Replaced password with redacted when displayed
2015-09-14 10:27:26 -06:00
Jason Zaman
284d268855
salt/master: chdir to root not homedir
...
The pre-flight checks try to change to $HOME, this can fail for multiple
reasons. One such case is that /root is a protected dir under SELinux
which the master should not have access to. The daemon should instead
change to the root dir which is the only dir that is always guaranteed
to be there. The limited testing I have managed to do shows that windows
accepts the '/' path too just fine so the os-specific case is not
required either.
2015-09-13 12:54:53 +08:00
C. R. Oldham
c78d833540
Merge pull request #27086 from techhat/spmdevdocs
...
Document develoment of SPM loader modules
2015-09-12 22:52:55 -06:00
Joseph Hall
ee0c8955dd
Document develoment of SPM loader modules
2015-09-12 11:14:47 -06:00
Nicole Thomas
25b11759f9
Merge pull request #26941 from msteed/issue-23125
...
Make elasticsearch work as master job cache
2015-09-12 11:13:44 -06:00
Michael Steed
ff88fe402c
add versionadded info to save_load() & get_load()
2015-09-12 10:37:59 -06:00
Joseph Hall
b763d0ba52
Merge pull request #27080 from bechtoldt/spm_doc
...
[Proposal] Add Github SPM label for issues
2015-09-12 08:32:58 -06:00
Arnold Bechtoldt
b9e5095bf5
add GH issue label SPM to docs
2015-09-12 11:14:26 +02:00
Justin Findlay
46b44f85ed
Merge pull request #27073 from rallytime/remove-lxc-warning
...
Remove "use develop branch" warning from LXC tutorial
2015-09-11 17:51:06 -06:00
twangboy
c0689e3215
Replaced password with redacted when displayed
2015-09-11 16:48:21 -06:00
twangboy
fdd3537456
Replaced password with redacted when displayed
2015-09-11 16:39:47 -06:00
Justin Findlay
cf59a03432
Merge pull request #27064 from twangboy/user_docs
...
Fixed user docs
2015-09-11 16:37:19 -06:00
Justin Findlay
71c12cbf46
Merge pull request #27072 from rallytime/bp-26840
...
Back-port #26840 to 2015.8
2015-09-11 16:35:52 -06:00
Justin Findlay
caab21d99c
Merge pull request #27054 from rallytime/bp-27029
...
Back-port #27029 to 2015.5
2015-09-11 16:29:45 -06:00
Justin Findlay
0227e1cb57
Merge pull request #27053 from rallytime/bp-26992
...
Back-port #26992 to 2015.5
2015-09-11 16:29:30 -06:00
Justin Findlay
b72a0ef86d
Merge pull request #27052 from rallytime/bp-26930
...
Back-port #26930 to 2015.5
2015-09-11 16:28:11 -06:00
Justin Findlay
8b554dd16f
Merge pull request #27049 from johanek/repoquery-dedupe
...
Run repoquery less
2015-09-11 16:26:12 -06:00
rallytime
76c056d02b
Remove "use develop branch" warning from LXC tutorial now that 2015.5.0 has been released
2015-09-11 16:05:28 -06:00
Joseph Hall
cc2cbf9869
Merge pull request #27070 from stanislavb/2015.5
...
Deprecate salt.utils.iam in Carbon
2015-09-11 16:01:57 -06:00
Theodore Cowan
d0b9ececa4
Update http.py
...
fix for https://github.com/saltstack/salt/issues/21917
2015-09-11 15:46:11 -06:00
Stanislav Blokhin
1e6e5ddc9c
Deprecate salt.utils.iam in Carbon
...
salt.utils.aws has more feature complete methods to retrieve same data
2015-09-11 22:35:09 +02:00
C. R. Oldham
0e7555089f
Merge pull request #27060 from cro/proxy_grains_breakage
...
Fix grains breakage when hosts are not Linux, Windows, or SunOS
2015-09-11 11:28:49 -06:00
twangboy
db03ca198e
Fixed user docs
2015-09-11 11:26:28 -06:00
Nicole Thomas
8ee87b9f61
Merge pull request #27051 from rallytime/bp-26953
...
Back-port #26953 to 2015.8
2015-09-11 10:28:20 -06:00
rallytime
eac9d9aba9
Pylint Fix
2015-09-11 09:49:14 -06:00
C. R. Oldham
e697326f1b
Don't check for proxy in the individual is_linux/is_windows/etc functions. This breaks too many things.
2015-09-11 09:30:42 -06:00
Nicholas Caley
0be393be22
Removed check for no package name
...
When a pkg name is not specified, this should just run `npm install --json`. The check that was removed prevented this from happening and also prevented the 'npm.bootstrap' state from working correctly.
2015-09-11 09:20:31 -06:00
Thayne Harbaugh
83798aff3c
Do not use full return for documentation.
2015-09-11 09:19:19 -06:00
Thayne Harbaugh
d9d5bbaa68
Summary requires full return information.
2015-09-11 09:19:18 -06:00
Paul Morelle
d9787aa318
aptpkg.mod_repo: Raise when key_url doesn't exist
...
_cmd_quote would raise with unexplicit error if _fn = False
2015-09-11 09:17:43 -06:00
Nicole Thomas
e23caa8ccf
Merge pull request #27030 from jfindlay/winreg
...
Backport #26938
2015-09-11 09:10:45 -06:00
dsumsky
453440753c
- fixed pylint warnings
2015-09-11 09:05:58 -06:00
dsumsky
b40dfa459e
- fixed broken caching in S3 ext_pillar module (file_md5 was a list)
...
- added debugging messages
- static parameters are available as module parameters now
2015-09-11 09:05:58 -06:00
twangboy
7e35b13022
Turned multiprocessing on
2015-09-11 08:10:52 -06:00
Johan van den Dorpe
c113916a23
When running repoquery to check for available versions of packages, run once for all packages rather than once per package
2015-09-11 14:09:13 +01:00
Pedro Algarvio
249f55cd8c
Merge pull request #26864 from terminalmage/fix-git_pillar-tests
...
Only do git_pillar preflight checks on new-style git_pillar configs
2015-09-11 08:47:12 +01:00
Pedro Algarvio
843c28b435
Merge pull request #27025 from cachedout/issue_25581
...
Better try and error handling for prep_jid
2015-09-11 08:40:10 +01:00
Pedro Algarvio
b9baa0b39a
Merge pull request #27035 from terminalmage/useradd-contextmanager
...
useradd.py: Use contextmanager to prevent leaked filehandles
2015-09-11 08:39:41 +01:00
Michael Steed
5d2fae8a89
make master job cache index configurable
2015-09-10 17:55:07 -06:00
Erik Johnson
e430e97f6c
Update user states to reflect changes to login class handling
2015-09-10 17:57:38 -05:00
Erik Johnson
f24b979c7c
useradd.py: Use contextmanager to prevent leaked filehandles
...
This also makes some optimizations by not assigning the output of
functions to variables when unnecessary, and changes this module to pass
arguments to the cmd.run functions as list instead of a string.
It also changes some weird behavior for the loginclass functions.
There's no reason to return a dictionary that will only have one
element, and there is no reason to return a string that is literally
just two quotes (i.e. '""') when there is no login class found. An empty
string is sufficient, and has the benefit of also evaluating as False as
a boolean.
2015-09-10 17:57:38 -05:00
Joseph Hall
1cdfdf7a92
Merge pull request #27034 from rallytime/softlayer-doc-fix
...
Update softlayer docs for where to find apikey
2015-09-10 16:29:56 -06:00
rallytime
cb641f8145
Update softlayer docs for where to find apikey
2015-09-10 16:23:47 -06:00
Justin Findlay
391a09d5ac
update reg state unit tests
2015-09-10 16:16:15 -06:00
Justin Findlay
120fbe78e0
remove trailing line in win_path exec module
2015-09-10 15:17:46 -06:00
Justin Findlay
b36a7107b2
update win_path exec module unit tests
2015-09-10 15:17:46 -06:00
Philipp Weißmann
a2dc6f2dd7
Fixes win_path module, migrates from reg.(set|get)_key to reg.(set|get)_value
2015-09-10 15:17:46 -06:00
Justin Findlay
9e06d3f01a
Merge pull request #27024 from rallytime/bp-27004
...
Back-port #27004 to 2015.5
2015-09-10 15:14:20 -06:00
Justin Findlay
9ab2cae1e4
Merge pull request #27027 from rallytime/bp-27013
...
Back-port #27013 to 2015.5
2015-09-10 15:13:52 -06:00
Justin Findlay
2c8beb238f
Merge pull request #27026 from rallytime/bp-27011
...
Back-port #27011 to 2015.5
2015-09-10 15:13:45 -06:00