Commit Graph

55123 Commits

Author SHA1 Message Date
David Boucha
b86b01f3c2 add missing import 2015-06-26 09:58:47 -06:00
David Boucha
2fa262305f properly catch and log render errors 2015-06-26 09:58:47 -06:00
David Boucha
3f1502cbae read winrepo.p from correct location 2015-06-26 09:58:47 -06:00
David Boucha
adee23b14d factor out loca repo cache locating code 2015-06-26 09:58:47 -06:00
David Boucha
b02b2efa80 run genrepo when calling refresh_db 2015-06-26 09:58:47 -06:00
David Boucha
ad7a36bf91 update genrepo to work on the minion 2015-06-26 09:58:47 -06:00
David Boucha
c26826ba24 use salt.syspaths to find cachedir 2015-06-26 09:58:47 -06:00
David Boucha
fd43abb291 fix misspelled argument 2015-06-26 09:58:47 -06:00
David Boucha
6c56a15275 copy genrepo from winrepo runner 2015-06-26 09:58:46 -06:00
David Boucha
0841d6b36b new minions just need a source dir for the winrepo 2015-06-26 09:58:46 -06:00
Joseph Hall
99822b1792 Merge pull request #24946 from rallytime/driver-provider-gce
Change provider --> driver for gce create function
2015-06-26 06:25:57 -06:00
Nicole Thomas
a15f9f8b56 Merge pull request #24971 from rallytime/azure_min_ver
Add minimum Python Azure SDK version to azure docs.
2015-06-25 17:18:22 -06:00
Colton Myers
f65e663353 Merge pull request #24937 from basepi/merge-forward-develop
Merge forward from 2015.5 to develop
2015-06-25 16:03:47 -06:00
Mike Place
8e60cc2c3c Merge pull request #24976 from cachedout/issue_19130
Catch typeerror on msgpack failure
2015-06-25 16:02:04 -06:00
Mike Place
9680996a2d Catch typeerror on msgpack failure 2015-06-25 16:01:28 -06:00
Mike Place
2dbdffdd5f Merge pull request #24973 from ezheidtmann/patch-2
Fix typo: `Gcomment` should be `comment`
2015-06-25 15:49:45 -06:00
Mike Place
986133772f Merge pull request #24974 from cachedout/issue_23613
Remove duplicate func doc
2015-06-25 15:49:19 -06:00
Mike Place
fbea069319 Remove duplicate func doc
Closes #23613
2015-06-25 15:48:44 -06:00
Evan Heidtmann
160b3db85d Fix typo: Gcomment should be comment 2015-06-25 14:45:19 -07:00
Mike Place
e01291c6a9 Merge pull request #24972 from cachedout/grains_fix
Set grains test to local
2015-06-25 15:30:40 -06:00
Mike Place
d48af16594 Set grains test to local 2015-06-25 15:30:16 -06:00
rallytime
4ac8a9460a Add minimum Python Azure SDK verion to azure docs. 2015-06-25 15:26:50 -06:00
Colton Myers
63667e0d49 Add more side effects 2015-06-25 14:08:47 -06:00
Mike Place
e915465684 Merge pull request #24957 from batulin-s/check_use_flags_ebuild
main fix behavior pkg.latest state and pkg.install module for working…
2015-06-25 14:03:24 -06:00
Mike Place
8f44506cd9 Merge pull request #24729 from gladiatr72/gpg_encrypt-decrypt__add_bare_kwarg
boolean option `bare` for modules.gpg.(en|de)crypt()
2015-06-25 14:00:20 -06:00
Mike Place
0dc2a21834 Merge pull request #24877 from mzupan/fix-rabbit-policy
Fix for rabbitmq policy changes on vhosts
2015-06-25 13:15:22 -06:00
Mike Place
7c66611fe2 Merge pull request #24952 from pcn/patch-1
Don't split the string on a single line
2015-06-25 12:50:26 -06:00
Seth House
925c32cebd Merge pull request #24954 from pengyao/netapi_stop
netapi client should create after daemonize
2015-06-25 12:50:15 -06:00
Colton Myers
0d95be1e94 Fix bug in ssh_auth state
If test=True, we only have result=None *if changes would be made*.

If everything is in order, it should return result=True
2015-06-25 12:47:47 -06:00
Mike Place
a9f04915b4 Merge pull request #24967 from cachedout/cmdmod_doc
Cmdmod doc
2015-06-25 12:47:39 -06:00
Colton Myers
880760f813 Fix ssh_auth test 2015-06-25 11:17:00 -06:00
Colton Myers
8b23cb0b9c Revert just config changes 2015-06-25 11:15:32 -06:00
Colton Myers
23d02be94d Revert "Revert wildly in an attempt to make tests pass"
This reverts commit 2d916c3ba1.
2015-06-25 11:15:09 -06:00
Mike Place
97c50ee680 Lint 2015-06-25 10:36:05 -06:00
Mike Place
f67993f100 Document additional functions 2015-06-25 10:34:54 -06:00
Mike Place
72ca156b7f Document 'run' and 'script' 2015-06-25 10:21:55 -06:00
Colton Myers
2d916c3ba1 Revert wildly in an attempt to make tests pass 2015-06-25 10:11:43 -06:00
rallytime
fc3677de65 Pylint 2015-06-25 09:52:16 -06:00
sergey.b
768497ce34 fix PEP8 mistakes 2015-06-25 16:45:51 +03:00
sergey.b
c7519f9ac0 main fix behavior pkg.latest state and pkg.install module for working with gentoo flags in a proper way 2015-06-25 15:58:45 +03:00
pengyao
f60c0b3e5b netapi client should create after daemonize
Otherwise, it will only kill the main process when stop salt-api service
2015-06-25 17:42:59 +08:00
Peter N
e44c04751b Don't split the string on a single line
This is to address https://github.com/saltstack/salt/issues/18991
2015-06-24 20:58:37 -04:00
rallytime
4714d6e0fe Change provider --> driver for gce create function 2015-06-24 16:43:23 -06:00
Joseph Hall
9bf1d526e5 Merge pull request #24931 from rallytime/fix-24912
Don't stacktrace when provisioning instances for EC2
2015-06-24 11:49:10 -06:00
Colton Myers
acb7c6f52b Merge remote-tracking branch 'upstream/2015.5' into merge-forward-develop
Conflicts:
    salt/minion.py
    salt/modules/network.py
    salt/utils/cloud.py
    salt/utils/job.py
2015-06-24 11:44:04 -06:00
Nicole Thomas
2e76629d15 Merge pull request #24933 from rallytime/versionadded_mod_random
Change versionadded tag from 2015.5.3 to Beryllium for new mod_random func
2015-06-24 11:36:27 -06:00
Thomas S Hatch
b2258998a8 Merge pull request #24890 from krak3n/feature/etcd-state-module
Feature: New etcd salt state module to manage etcd keys
2015-06-24 11:07:56 -06:00
rallytime
bb880f51e2 Change versionadded tag from 2015.5.3 to Beryllium for new mod_random func 2015-06-24 10:48:42 -06:00
Mike Place
78eb91ce0b Merge pull request #24932 from cachedout/fix_grains_test
Fix grains test
2015-06-24 10:47:08 -06:00
Thomas S Hatch
10e17da89d Merge pull request #24709 from garethgreenaway/hipchat_salt_utils_http
Convert Hipchat to salt.utils.http
2015-06-24 10:46:40 -06:00