Thomas S Hatch
7943a60954
Merge pull request #20377 from Unity-Technologies/pass-envs-virtualenv
...
Added the ability to pass env_vars to pip via the virtualenv.managed sta...
2015-02-05 14:01:47 -07:00
Mike Place
bc99eb80eb
Don't run cron as a user with -u on Linux
...
Fixes #19916
2015-02-05 13:57:11 -07:00
Thomas S Hatch
43b59d72dc
Merge pull request #20342 from atbell/GH-20322_fix_cert_creation_in_tls_module
...
Fixes #20322 , check for existing cert, return CN (not ca_name)
2015-02-05 13:48:26 -07:00
Ahmed Kamal
3bbcd60eb4
FreeBSD support for module status .. is done
2015-02-05 22:32:22 +02:00
Joseph Hall
fc22ca5790
Merge pull request #20389 from jfindlay/fix_pip_venv
...
fix pip venv regression, deprecate activate param
2015-02-05 12:51:15 -07:00
Joseph Hall
03166a2630
Merge pull request #20410 from jodv/2015.2
...
Backport: fix syndic getting user from kwarg
2015-02-05 12:45:31 -07:00
Joseph Hall
aee80341b7
Merge pull request #20368 from kaithar/feature/smarter-value-extraction
...
Make the value extraction a little smarter.
2015-02-05 12:41:24 -07:00
Justin Findlay
a44368001b
fix pip venv regression, deprecate activate param
...
Fixes #20191 . If `bin_env` points to a virtualenv, there is no need to
activate that virtualenv for pip to install into the virtualenv. Also
update associated unit test.
2015-02-05 12:36:42 -07:00
Joseph Hall
35f45f7fcc
Merge pull request #20405 from rallytime/bp-14834
...
Backport #14834 to 2014.7
2015-02-05 12:23:42 -07:00
Nicole Thomas
9e74a0c200
Merge pull request #20409 from jfindlay/fix_ssh_tests
...
only add successfully generated ssh keys to config
2015-02-05 12:22:07 -07:00
Joseph Hall
66b27d9c6c
Merge pull request #20344 from jfindlay/fix_npm_names
...
allow upper case letters in npm package names
2015-02-05 12:20:53 -07:00
Joseph Hall
7832960a87
Merge pull request #20397 from kim0/freebsd-status.diskstats
...
Freebsd status.diskstats
2015-02-05 12:19:05 -07:00
Joseph Hall
b34b53e5b2
Merge pull request #20388 from kim0/freebsd-status.netstats
...
Implement freebsd status.netstats
2015-02-05 12:16:46 -07:00
Joseph Hall
28947ff0e7
Merge pull request #20391 from kim0/freebsd-status.vmstat
...
Implement freebsd status.vmstats
2015-02-05 12:15:31 -07:00
Joseph Hall
0764519c62
Merge pull request #20423 from techhat/useragent
...
Add user-agent to salt.utils.http
2015-02-05 12:06:44 -07:00
Joseph Hall
b0eb161424
Merge pull request #20361 from cachedout/ramfs_size
...
Don't remount ramfs on size change
2015-02-05 12:05:54 -07:00
Joseph Hall
e11ca9e3bc
Merge pull request #20336 from Unity-Technologies/osx-archive-user
...
Fixed extracting an archive as a given user
2015-02-05 12:04:53 -07:00
Joseph Hall
9c234c49ad
Merge pull request #20403 from kim0/freebsd-status.diskusage
...
Implement freebsd status.diskusage
2015-02-05 11:53:08 -07:00
Mike Place
36efd43254
Merge pull request #20401 from jacksontj/2015.2
...
Misc backports to 2015.2
2015-02-05 10:26:40 -07:00
Joseph Hall
0cab74e8f2
Linting
2015-02-05 10:00:08 -07:00
Joseph Hall
e6d38d663f
Linting
2015-02-05 09:58:29 -07:00
Joseph Hall
b4b32ce320
Remove requests from the thin tarball
2015-02-05 08:11:00 -07:00
Joseph Hall
637dc9610a
Add user-agent to salt.utils.http
2015-02-05 07:58:25 -07:00
Joseph Hall
b94b2e6204
Merge pull request #20412 from rallytime/fix_azure_stacktrace
...
Cast ssh_port as an integer to stop stacktrace when provising azure instances
2015-02-04 17:25:02 -07:00
rallytime
7fd29d35d5
Cast ssh_port as an integer to stop stacktrace when provising azure instances
2015-02-04 17:06:45 -07:00
Jeremy Rosenbaum
2b314eed45
fix syndic getting user from kwarg
2015-02-04 15:28:55 -08:00
Justin Findlay
7c943ec8a7
only add successfully generated ssh keys to config
2015-02-04 16:16:41 -07:00
Daniel Wallace
c9f4b420d5
only overwrite password if win_password is set
...
for rackspace.py
2015-02-04 15:10:50 -07:00
Daniel Wallace
e132e77785
Only assign win_password if it actually is set
2015-02-04 15:08:54 -07:00
Ahmed Kamal
8e0feb9bb7
Implement freebsd status.diskusage
2015-02-05 00:02:55 +02:00
Thomas Jackson
8242688556
pylint again
2015-02-04 13:56:36 -08:00
Thomas Jackson
0400a49e22
Remove exit() from testing
2015-02-04 13:56:29 -08:00
Thomas Jackson
306f7fec5d
Split out error message for SystemExit
2015-02-04 13:56:18 -08:00
Thomas Jackson
1003dfb536
Don't let exit()'s within modules stop the daemons.
...
This change catches those and just logs the error instead of exiting.
Conflicts:
salt/loader.py
2015-02-04 13:56:11 -08:00
Thomas Jackson
0f1956fd8a
Inject globals after verifying the function-- because it might not exist!
...
Conflicts:
salt/client/mixins.py
2015-02-04 13:49:53 -08:00
Colton Myers
f3111503da
Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.2
...
Conflicts:
salt/utils/minions.py
2015-02-04 14:15:45 -07:00
Colton Myers
e8b088a355
Merge pull request #20390 from basepi/eauthgroup17380
...
[2014.7] Fix eauth group authentication (backport of #20281 )
2015-02-04 14:08:34 -07:00
Ahmed Kamal
68cd682d18
return numbers
2015-02-04 23:02:02 +02:00
Ahmed Kamal
82f3114c54
Implement freebsd status.diskstats
2015-02-04 22:59:26 +02:00
Ahmed Kamal
8d4a434f8c
Implement freebsd status.vmstats
2015-02-04 22:14:43 +02:00
Marvin Frick
4c3a816c59
fixes weird wording in comment
2015-02-04 12:57:48 -07:00
Marvin Frick
5e897d8442
fixes a bug which broke eauth with group permissions
...
Conflicts:
salt/utils/minions.py
2015-02-04 12:57:19 -07:00
Ahmed Kamal
7e3609a618
Enchant linter
2015-02-04 21:35:48 +02:00
Ahmed Kamal
fd18c577cf
Implement freebsd status.netstats
2015-02-04 21:30:38 +02:00
Mike Place
aa645b5d98
Dumb pylint error
2015-02-04 10:40:14 -07:00
Aditya Kulkarni
9bf6066ade
Merge pull request #20381 from pass-by-value/returner_call_change
...
Add arg to returner call
2015-02-04 12:12:25 -05:00
Aditya Kulkarni
fc7ad1d31e
Add arg to returner call
2015-02-04 11:44:37 -05:00
Daniel Hobley
65031f2d30
Added the ability to pass env_vars to pip via the virtualenv.managed state
2015-02-04 15:25:44 +01:00
Kaithar
cfcec7a684
Make the value extraction a little smarter.
...
The previous method of splitting on = then removing " had the problem of leaving a trailing new line, making the makeconf.present state always fail if given a valid comparison. It would also fail to cope with inline comments and leading/trailing whitespace.
This code isn't foolproof but works as long as there's no quotes in the comment, or the string isn't quoted but the comment does have a quote in it.
2015-02-04 02:33:20 +00:00
Mike Place
789da29075
Merge pull request #20366 from s0undt3ch/2015.2
...
Remove unreachable code
2015-02-03 19:27:01 -07:00