Thomas S Hatch
e671bd2587
Don;t check for dig in each function, if dig is not there, don't load
2013-04-19 10:40:11 -06:00
Thomas S Hatch
6ad54f6ae7
Merge pull request #4535 from s0undt3ch/develop
...
Minor fixes
2013-04-18 15:15:24 -07:00
Thomas S Hatch
c80d7ffe51
Clean up makedirs wrt recent updates and fixes
2013-04-18 16:15:09 -06:00
Thomas S Hatch
3f88b39cad
Merge pull request #4538 from yml/regression_pkgrepo_managed_ppa
...
Fix for the regression pkgrepo.managed for the PPA
2013-04-18 15:03:55 -07:00
Thomas S Hatch
d13d8ac979
Merge pull request #4539 from ranl/develop
...
adding timeout option and fixing output of a failed state
2013-04-18 15:00:01 -07:00
ran
799789c0b6
adding timeout option and fixing output of a failed state
2013-04-18 23:00:21 +03:00
Yann Malet
cf877385bf
Fix for the regression pkgrepo.managed for the PPA
2013-04-18 12:08:24 +02:00
Pedro Algarvio
ddf2a6d8ff
Remove traceback.format_exc()
calls where not needed.
2013-04-18 05:55:20 +01:00
Pedro Algarvio
113deeb3c7
Complement the docstring.
2013-04-18 05:32:29 +01:00
Pedro Algarvio
fb4106339e
Import salt.log
ASAP.
...
Because we NEED to make sure that any logger instance salt instantiates is using `salt.log.SaltLoggingClass`
2013-04-18 05:31:18 +01:00
Thomas S Hatch
acaf0819b8
Merge pull request #4533 from tempspace/develop
...
Write out new host entries one line at a time
2013-04-17 20:19:29 -07:00
Thomas S Hatch
2e311c6888
Merge pull request #4530 from s0undt3ch/develop
...
Don't hard code the salt loaders base name.
2013-04-17 20:14:09 -07:00
Thomas S Hatch
a4d1de1fc4
Merge pull request #4528 from lesnail/develop
...
added service support for opensuse
2013-04-17 20:10:14 -07:00
Will Platnick
c7130126f4
Write out new host entries one line at a time
2013-04-17 21:57:40 -05:00
Pedro Algarvio
c9ad4e7ca8
loaded_base_name
and mod_type_check
default to None
and in that case, to what's defined for salt.
2013-04-18 03:40:13 +01:00
Pedro Algarvio
ad94c1b550
The internal vs external module type checking should also be configurable.
2013-04-18 03:35:29 +01:00
Pedro Algarvio
b0cfa8a60d
Don't hard code the salt loaders base name.
...
When another software is using salt and specially salt's loader and it defines it's own loader modules, those modules always get prefixed by `salt.loader.LOADED_BASE_NAME`. This change allows those external libs to provide their own value for `LOADED_BASE_NAME` as a `kwarg` to `_create_loader()`.
2013-04-18 02:40:17 +01:00
Joseph Hall
0fb266266c
Merge pull request #4529 from tempspace/develop
...
Up'd debian version to 0.14.1
2013-04-17 18:38:55 -07:00
Will Platnick
fff99df1bb
Up'd version to 0.14.1
2013-04-17 19:43:06 -05:00
Thomas Werkmeister
5f6bce6473
added service support for opensuse
2013-04-17 23:49:40 +02:00
Thomas S Hatch
e1520ced93
Fix #4497
...
This adds a fallback to prevent the env from being missed
2013-04-17 11:37:56 -06:00
Thomas S Hatch
0765bc1b57
Merge pull request #4527 from aboe76/arch-pkgbuild-git
...
PKGBUILD-git updated to make use of pacman 4.1 vcs additions
2013-04-17 10:22:38 -07:00
Niels Abspoel
b515900810
updated to make use of pacman 4.1 vcs additions
...
- pkgver() function -> this will make package version sane again
no more date as package version
pkg version will reflect salts internal version
- sample vcs supported branch/tags added
- removed old sources/md5sums not needed
2013-04-17 19:13:39 +02:00
Thomas S Hatch
6fc4ee2a98
Merge pull request #4526 from geops/git_import_pipes
...
add missing import of pipes to git module
2013-04-17 08:54:00 -07:00
Thomas S Hatch
4a91856dd1
Merge pull request #4525 from geops/makedirs_make_all_parents
...
ensure the makedirs creates all parent directories and not just the one one level above the path parameter
2013-04-17 08:52:52 -07:00
Nico Mandery
d610a7a3f5
add missing import of pipes to git module
2013-04-17 16:53:06 +02:00
Nico Mandery
df3b3de9e3
ensure the makedirs creates all parent directories and not just the one one level above the path parameter
2013-04-17 15:34:16 +02:00
Joseph Hall
d7f4ec05af
Merge pull request #4523 from s0undt3ch/develop
...
Keep argument naming consistency as suggested by @hank-at-code42.
2013-04-17 05:40:29 -07:00
Pedro Algarvio
31765ec3c9
Fix {}
in ''.format()
for python 2.6 which requires an index.
2013-04-17 12:14:36 +01:00
Pedro Algarvio
04374d72d0
Update docstring to reflect the previous argument rename.
2013-04-17 08:03:34 +01:00
Pedro Algarvio
736febb8a7
Keep argument naming consistency as suggested by @hank-at-code42.
2013-04-17 07:36:29 +01:00
Thomas S Hatch
35574eb77f
Merge pull request #4437 from morganfainberg/PPA-handling-Bugfix
...
Ppa handling bugfix / Apt Sources fixes
2013-04-16 21:37:55 -07:00
Thomas S Hatch
ab168b24e4
Merge pull request #4521 from s0undt3ch/hotfix/fix-same-salt-cloud-issue-378
...
Fix same behaviour as shown in saltstack/salt-cloud#378
2013-04-16 21:13:00 -07:00
Thomas S Hatch
75039f2e60
Merge pull request #4519 from s0undt3ch/develop
...
Single quotes + (PyLint and PEP-8) Love.
2013-04-16 21:11:20 -07:00
Thomas S Hatch
9280670db8
Merge pull request #4518 from tweeklab/module_run_default_fix
...
Fix off-by-one error in module.run state function setting default arg values
2013-04-16 21:08:44 -07:00
Thomas S Hatch
a2fa17c0ed
Merge pull request #4512 from techhat/quota
...
Adding basic state for quota
2013-04-16 21:07:35 -07:00
Thomas S Hatch
14a0313658
Merge pull request #4511 from tweeklab/module_run_varargs_dyn
...
Teach module.run state function to handle varargs
2013-04-16 21:03:49 -07:00
Thomas S Hatch
4526c561af
Merge pull request #4495 from elfixit/develop
...
extend git.latest state with remote handling
2013-04-16 20:48:12 -07:00
Pedro Algarvio
27262cd609
Replace subprocess.call
with __salt__['cmd.run_all']
2013-04-17 03:21:47 +01:00
Pedro Algarvio
aec10d084b
Fix same behaviour as shown in saltstack/salt-cloud#378
2013-04-17 02:39:44 +01:00
Pedro Algarvio
5d57585f42
Single quotes + (PyLint and PEP-8) Love.
2013-04-17 01:56:30 +01:00
David Boucha
4233743c68
Merge pull request #4517 from timhollinger/develop
...
added 'be' to 'need to updated' since I need a verb there.
2013-04-16 14:34:25 -07:00
Tim Hollinger
bf043f6603
added 'be' to 'need to updated' since I need a verb there.
...
Added a verb to 'need to updated' so it looks as though I passed 2nd
grade English :P
2013-04-16 15:32:52 -06:00
David Boucha
9d1c993f70
Merge pull request #4516 from jacksontj/develop
...
Catch range exceptions in compound matcher
2013-04-16 14:31:21 -07:00
Thomas Jackson
8e7b804b96
Catch range exceptions
2013-04-16 14:11:26 -07:00
Phil D'Amore
94edc1cad4
Fix off-by-one error setting default arg values
2013-04-16 17:04:41 -04:00
Joseph Hall
a5cc9b7751
Fix descriptor for the state
2013-04-16 12:43:52 -06:00
Joseph Hall
757f19593a
Adding basic state for quota
2013-04-16 12:38:57 -06:00
Joseph Hall
cfda3ab314
quota.on and quota.off need to return True (or False, technically)
2013-04-16 12:37:06 -06:00
elfixit
37158aa1ab
Merge remote-tracking branch 'upstream/develop' into develop
2013-04-16 20:25:01 +02:00