David Boucha
19f490487f
Merge pull request #4031 from terminalmage/docs
...
Update package provider writing guidelines
2013-03-10 11:55:03 -07:00
Erik Johnson
c54b96becb
Update package provider writing guidelines
...
Included a paragraph about available_version that reflects the changes
made to implement #3687 .
2013-03-10 10:16:34 -05:00
Sean Channel
8958374909
Merge pull request #4021 from ahammond/add_ppa_support_to_pkgrepo
...
looks good. pulled & tested briefly.. let's do this!
2013-03-10 04:13:44 -07:00
Seth House
05ed3049a8
Merge pull request #4028 from UtahDave/develop
...
Properly add the system arch to installer name
2013-03-09 23:28:35 -08:00
David Boucha
876af6ea3a
Properly add the system arch to installer name
...
AMD64
or
X86
2013-03-10 00:26:13 -07:00
Thomas S Hatch
8cad5ab705
Merge pull request #4025 from terminalmage/issue3687
...
add "fromrepo" support to available_version (apt)
2013-03-09 15:22:23 -08:00
Erik Johnson
fee90ca552
add "fromrepo" support to available_version (apt)
2013-03-09 16:40:12 -06:00
Thomas S Hatch
312720063f
Merge pull request #4019 from halaharvi/develop
...
Fixing Salt Runners documentation
2013-03-09 14:24:37 -08:00
Thomas S Hatch
93d2119184
Merge pull request #4017 from umeboshi2/debconf-utils-notify-absence
...
lower logging level that informs the user that debconf-utils is absent
2013-03-09 14:15:44 -08:00
Sean Channel
acacd8d0e2
revert version bump. there is no 13.2
2013-03-09 14:05:53 -08:00
Pedro Algarvio
cf75fc4ffb
Fix the sysmod
examples regular expression to accept both examples
and Examples
.
2013-03-09 16:07:19 +00:00
Andrew Hammond
ead4bae720
add ppa support to pkgrepo
...
Ubuntu has a Launchpad site that supports Personal Package Archives.
This is where the newest (untested, unsupported) software can be found,
including backports of newer versions of packages to older releases.
This branch supports a ppa option that makes it a one-liner to add
a ppa to your apt sources.
2013-03-09 00:19:53 -08:00
David Boucha
1d368a32a3
Merge pull request #4011 from ahammond/develop
...
expand docstring to include example of adding a Ubuntu PPA
2013-03-08 22:23:54 -08:00
Vijay Halaharvi
062cb4b307
Merge pull request #1 from halaharvi/patch-1
...
Fixing Salt Runners documentation
2013-03-08 18:59:52 -08:00
Vijay Halaharvi
3654ac94fe
config is not available in __opts__
...
Using this example with salt-run throws a KeyError for 'config', use 'conf_file' instead.
2013-03-08 20:23:56 -06:00
Joseph Rawson
4d9b0e46d4
lower logging level that informs the user that debconf-utils is absent
2013-03-08 18:39:35 -06:00
Andrew Hammond
a9f984e408
doc consistency fix
2013-03-08 13:32:49 -08:00
Andrew Hammond
fc8d90f3c8
update pkgmgr example
2013-03-08 13:32:21 -08:00
Andrew Hammond
cd72c8a8d1
expand docstring to include example of adding a Ubuntu PPA
2013-03-08 11:57:06 -08:00
David Boucha
3ad0cd57f3
Merge pull request #4009 from s0undt3ch/issues/4008
...
Properly handle no multiprocessing children `OSError`. Fixes #4008 .
2013-03-08 11:40:52 -08:00
Pedro Algarvio
f0184e6cd6
Properly handle no multiprocessing children OSError
. Fixes #4008 .
2013-03-08 19:30:21 +00:00
Thomas S Hatch
233f7e220a
Fix bad var in error checking
2013-03-08 10:35:07 -07:00
Thomas S Hatch
1ed9b57dde
fix syntax error
2013-03-08 10:29:41 -07:00
Thomas S Hatch
0696e339a6
make libvirt tunnelling migration optional
2013-03-08 10:27:36 -07:00
Thomas S Hatch
d4cac72317
Merge pull request #4004 from dekkers/ssh-key-regexp
...
Make ssh key regular expression more strict
2013-03-08 09:09:08 -08:00
Joseph Hall
c4b36129e1
Merge pull request #4006 from techhat/s3
...
Add the word Example to docstrings
2013-03-08 09:03:29 -08:00
Joseph Hall
c461c07974
Add the word Example to docstrings
2013-03-08 10:00:14 -07:00
Thomas S Hatch
269de91f39
Merge pull request #4005 from plueschopath/develop
...
fixed module network.traceroute
2013-03-08 08:56:23 -08:00
Thomas S Hatch
039264021f
Merge pull request #4001 from kvbik/just-typos
...
simple typo found in docs
2013-03-08 08:52:44 -08:00
Angelo Gründler
3f74e06440
fixed module network.traceroute
2013-03-08 16:55:28 +01:00
Angelo Gründler
5bcd522d77
fixed module network.traceroute
2013-03-08 16:39:27 +01:00
Jeroen Dekkers
b40242e409
Make ssh key regular expression more strict
2013-03-08 15:01:58 +01:00
Jakub Vysoky
2cf4e35994
simple typo found in docs
2013-03-08 11:42:54 +01:00
Thomas S Hatch
53edd05f78
Fix regrestion in the syndic from the grains hotloading fix
...
Fixes issue found in #3986
2013-03-08 00:32:18 -07:00
Thomas S Hatch
d8ba95ddb1
Add an execution module called key to return minion public key finger
2013-03-08 00:22:25 -07:00
Thomas S Hatch
272657bd5c
Fix test=True check for symlinks
2013-03-07 23:42:51 -07:00
Thomas S Hatch
90c5e2c6d9
Only report on real changes
2013-03-07 23:42:51 -07:00
Thomas S Hatch
0c5ad7eabd
Merge pull request #3999 from bclermont/debconf-utils
...
only the minion use debconf-get-selections
2013-03-07 21:53:18 -08:00
Thomas S Hatch
cda3e9786d
Fix #3931
2013-03-07 22:52:11 -07:00
Bruno Clermont
cb94ca570d
only the minion use debconf-get-selections
2013-03-08 13:26:54 +08:00
Jeff Schroeder
9aafcae135
Merge pull request #3998 from cedwards/freebsd
...
added missing docstrings for jail functions
2013-03-07 20:51:47 -08:00
Christer Edwards
1da4fafbe6
added missing docstrings for jail functions
2013-03-07 21:34:05 -07:00
Thomas S Hatch
97bf249795
Remove legacy eval and replace with safe yaml interp Fix #3940
2013-03-07 17:54:46 -07:00
Thomas S Hatch
fb4a0fd1fc
Merge pull request #3995 from basepi/syndicfix3986
...
Don't check for minions when 'order_masters' is set, ref #3986
2013-03-07 16:48:38 -08:00
Colton Myers
1d12347ab3
Check for 'order_masters' in master.py as well
2013-03-07 17:47:19 -07:00
Colton Myers
a3544a94bc
More PEP8 fixes (normalize multiline function calls)
2013-03-07 17:34:18 -07:00
Colton Myers
20f267089b
Normalize multiline function declarations (for PEP8)
2013-03-07 17:34:18 -07:00
Colton Myers
12fa624897
Minor performance optimization
...
__opts__ doesn't exist here, so and exception was ALWAYS being thrown by
that line, so the jid was always ''. Turns out this is expected
behavior at this point, and fixing it would introduce bugs. Thus, we
skip the Exception step and just set jid = ''
2013-03-07 17:34:18 -07:00
Colton Myers
2b6a866b35
Check for 'order_masters' before skipping command/jid on no minions
2013-03-07 17:34:18 -07:00
Thomas S Hatch
ed7489f571
Fix #3954 -d works as expected now
2013-03-07 17:21:33 -07:00