Chris Rebert
|
498d2999db
|
more typo fixes
|
2013-05-01 16:52:52 -07:00 |
|
Thomas S Hatch
|
ed471565f3
|
Make it more clear that runners are called on the master per #4643
|
2013-05-01 17:16:15 -06:00 |
|
Thomas S Hatch
|
e85988213c
|
Merge pull request #4711 from Plasma/patch-1
Trivial clarification for 'dead' function documentation
|
2013-05-01 16:11:06 -07:00 |
|
Colton Myers
|
3feec64e74
|
Fix get_al typo in docstring
|
2013-05-01 17:09:13 -06:00 |
|
Andrew Armstrong
|
833203addb
|
Trivial clarification for 'dead' function documentation
|
2013-05-02 09:07:51 +10:00 |
|
Thomas S Hatch
|
74201ae8ab
|
Merge pull request #4710 from basepi/susedocs
Add docs for SUSE installation
|
2013-05-01 16:04:02 -07:00 |
|
Colton Myers
|
ce56ca0820
|
Add docs for SUSE installation
|
2013-05-01 16:48:16 -06:00 |
|
Thomas S Hatch
|
8fe018080b
|
Merge pull request #4708 from UtahDave/import_file_functions
Import file.py functions to win_file.py
|
2013-05-01 15:43:06 -07:00 |
|
David Boucha
|
70713f3d21
|
moar imports
|
2013-05-01 16:37:17 -06:00 |
|
Thomas S Hatch
|
377af294c1
|
Merge pull request #4706 from hulu/moar-typos
fix yet more typos
|
2013-05-01 15:36:25 -07:00 |
|
Thomas S Hatch
|
3b2ebeab11
|
Fix bad ref in safe_walk, should fix tests
|
2013-05-01 16:30:46 -06:00 |
|
Thomas S Hatch
|
f4f807d414
|
Merge pull request #4705 from shadowfax-chc/makeconf_typos
Fixed typos in makeconf module
|
2013-05-01 15:33:23 -07:00 |
|
David Boucha
|
dd8c258828
|
add more file imports
|
2013-05-01 16:17:21 -06:00 |
|
David Boucha
|
3266f46f83
|
stop clobbering 'type'
|
2013-05-01 15:52:56 -06:00 |
|
David Boucha
|
f3459c49ce
|
don't overwrite builtin 'type'
|
2013-05-01 15:49:43 -06:00 |
|
David Boucha
|
4c1967e5a4
|
remove unused import
|
2013-05-01 15:49:00 -06:00 |
|
David Boucha
|
48b83e6d8f
|
remove unused imports
|
2013-05-01 15:48:21 -06:00 |
|
David Boucha
|
2531d7c46c
|
import cross-platform functions file.py
|
2013-05-01 15:47:19 -06:00 |
|
Colton Myers
|
b2162b9662
|
Merge pull request #4707 from basepi/pep8
Fix some formatting for PEP8
|
2013-05-01 14:35:45 -07:00 |
|
Chris Rebert
|
896ac8df97
|
fix yet more typos
|
2013-05-01 14:01:27 -07:00 |
|
Colton Myers
|
07787791a7
|
Fix some formatting for PEP8
|
2013-05-01 14:59:22 -06:00 |
|
shadowfax-chc
|
6d64fe9676
|
Fixed typos in makeconf module. Closes #4680
|
2013-05-01 16:58:06 -04:00 |
|
Thomas S Hatch
|
5025891b69
|
Merge pull request #4703 from UtahDave/add_list_available
Add list_available to win_pkg.py
|
2013-05-01 12:18:13 -07:00 |
|
Thomas S Hatch
|
d710ad91bb
|
Fix #4696
|
2013-05-01 12:53:19 -06:00 |
|
David Boucha
|
7f239aa7bd
|
Support multiple package names.
|
2013-05-01 12:35:37 -06:00 |
|
Thomas S Hatch
|
125e934204
|
Use get_hash from utils
|
2013-05-01 12:33:56 -06:00 |
|
Thomas S Hatch
|
cc87401a2a
|
Fix #4692
|
2013-05-01 12:33:56 -06:00 |
|
Thomas S Hatch
|
b3c1f5913d
|
Add get_hash function to utils
|
2013-05-01 12:33:56 -06:00 |
|
Thomas S Hatch
|
c9b17a3e1f
|
Fix #4691
|
2013-05-01 12:33:56 -06:00 |
|
Thomas S Hatch
|
19a732d119
|
Fix #4690
|
2013-05-01 12:33:56 -06:00 |
|
David Boucha
|
43b46455f1
|
check for no packages
|
2013-05-01 12:12:34 -06:00 |
|
Thomas S Hatch
|
78cc6a506c
|
Merge pull request #4702 from hulu/retrive-sic-spelling
fix typo: retrive -> retrieve
|
2013-05-01 11:06:57 -07:00 |
|
Thomas S Hatch
|
d700bd3082
|
Merge pull request #4701 from cvrebert/patch-1
copyedit returners.mongo_future_return.get_load() docstring
|
2013-05-01 11:06:26 -07:00 |
|
David Boucha
|
ab4b7249f0
|
Works for one package passed
|
2013-05-01 12:06:20 -06:00 |
|
Chris Rebert
|
cde0737637
|
fix typo: retrive -> retrieve
|
2013-05-01 11:00:52 -07:00 |
|
Chris Rebert
|
f02caa3a39
|
copyedit returners.mongo_future_return.get_load() docstring
|
2013-05-01 10:56:42 -07:00 |
|
Thomas S Hatch
|
de6e7105fb
|
Fix #4678
|
2013-05-01 11:51:28 -06:00 |
|
Joseph Hall
|
d4296d2c3d
|
Merge pull request #4700 from hulu/file._psed-unused-var-cmd
rm unused var 'cmd' from modules.file._psed()
|
2013-05-01 10:48:27 -07:00 |
|
Chris Rebert
|
a8b5f60f90
|
rm unused var 'cmd' from modules.file._psed
|
2013-05-01 10:41:05 -07:00 |
|
Thomas S Hatch
|
10c36da984
|
Fix #4662
|
2013-05-01 11:22:52 -06:00 |
|
Thomas S Hatch
|
334216aaa4
|
Bad ref to clear_load instead of load
|
2013-05-01 11:20:53 -06:00 |
|
David Boucha
|
7923a930f5
|
just return the keys which are the version numbers
|
2013-05-01 11:20:23 -06:00 |
|
David Boucha
|
e107bea4fe
|
Check for one item in names
|
2013-05-01 11:16:51 -06:00 |
|
Thomas S Hatch
|
7afd977fcd
|
Add peer to master defaults
|
2013-05-01 11:15:39 -06:00 |
|
David Boucha
|
9e55e1f821
|
Initial addition of list_available
|
2013-05-01 11:05:04 -06:00 |
|
Thomas S Hatch
|
e556cc31ea
|
Merge pull request #4693 from hulu/mongodb-fixes
fixes to modules.mongodb.db_exists
|
2013-05-01 09:18:11 -07:00 |
|
Thomas S Hatch
|
f060ef5e3a
|
Merge pull request #4689 from hulu/file-typo
fix apparent typo in modules.file.manage_file
|
2013-05-01 09:17:17 -07:00 |
|
Thomas S Hatch
|
6bd9145703
|
Merge pull request #4688 from hulu/batch
cli.batch: fix typo, use idiomatic var name
|
2013-05-01 09:16:51 -07:00 |
|
Thomas S Hatch
|
c1138ab381
|
Merge pull request #4687 from hulu/avoid-namespace-collision
version.py: rename exception var so distinct from stderr string var
|
2013-05-01 09:16:00 -07:00 |
|
Thomas S Hatch
|
94d54a556c
|
Merge pull request #4679 from hulu/cobbler-ext_pillar-only
improve pillar.cobbler.ext_pillar()
|
2013-05-01 09:15:31 -07:00 |
|