Pedro Algarvio
1e4a4917ae
Cast __version_info__
elements to int
's.
2012-11-15 20:13:41 +00:00
Thomas S Hatch
eb8ef522c0
Merge pull request #2562 from kjkuan/develop
...
Doc updates and renderer fixes
2012-11-15 09:43:31 -08:00
Thomas S Hatch
4148d4d159
Clean up some formatting from 7d28fa0
#2558
2012-11-15 10:15:09 -07:00
Thomas S Hatch
f9972427ae
Merge pull request #2558 from johnthedebs/develop
...
Add options to gem.install module and gem.installed state for version, ri, and rdoc
2012-11-15 09:13:25 -08:00
Thomas S Hatch
f3b044aee0
Fix #2559
2012-11-15 10:11:32 -07:00
Jack Kuan
0b9e5e1f9e
Fix doc to align with last change.
2012-11-15 11:20:44 -05:00
David Boucha
a64d4317bd
Merge pull request #2565 from UtahDave/develop
...
Some release notes additions.
2012-11-15 08:20:28 -08:00
David Boucha
cdf4c57298
Add note about Subversion module addition
2012-11-15 09:18:58 -07:00
David Boucha
b4c79dc022
Add note on gzip support
...
Gzip support added in cp.get_file and cp.get_dir
2012-11-15 09:09:32 -07:00
David Boucha
6fc1247def
Merge pull request #2561 from giantlock/develop
...
fix type in docstring
2012-11-15 08:00:37 -08:00
David Boucha
37527b134a
Merge pull request #2564 from UtahDave/develop
...
Spelling fixes. Grammar Fixes. Clarifications
2012-11-15 08:00:01 -08:00
David Boucha
aa7ee94ce7
Spelling fixes. Grammar Fixes. Clarifications
2012-11-15 08:58:04 -07:00
Jack Kuan
ad7f0f9b1f
Changed my mind. Trying out the passing-file-object approach for template renderers.
2012-11-15 10:46:44 -05:00
Jack Kuan
77e9922ade
Fix template renderers so they can be used in the middle of a render pipeline.
2012-11-15 09:44:39 -05:00
Jack Kuan
8df4bb2c3f
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-11-15 09:22:45 -05:00
Denis Generalov
e2583df5e5
fix type in docstring
2012-11-15 15:44:19 +04:00
Pedro Algarvio
41efcdb5ca
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-11-15 11:34:10 +00:00
Pedro Algarvio
4679372c47
Fix hardcoded script names in OutputOptionsMixIn.
2012-11-15 11:33:45 +00:00
John Debs
7d28fa0230
Add options to gem.install module and gem.installed state for version,
...
ri, and rdoc
2012-11-15 02:27:00 -05:00
Jack Kuan
cf7f7faba9
Merge branch 'develop' of github.com:saltstack/salt into develop
...
Conflicts:
salt/renderers/jinja.py
salt/renderers/json.py
salt/renderers/mako.py
salt/renderers/wempy.py
2012-11-15 01:29:34 -05:00
Jack Kuan
715037a31e
doc update.
2012-11-15 01:23:30 -05:00
Jack Kuan
bc1183924f
Doc updates, typo fixes. Add -s option for template renderers.
2012-11-15 01:20:10 -05:00
Thomas S Hatch
c343cf12b0
Merge pull request #2557 from SEJeff/random-module-updates
...
Random module updates: ssh edition
2012-11-14 20:49:47 -08:00
Jeff Schroeder
58d0dd4ce6
Merge branch 'develop' of github.com:saltstack/salt into random-module-updates
...
Conflicts:
salt/modules/ssh.py
2012-11-14 20:07:12 -08:00
Jeff Schroeder
18d24ea907
salt.modules.ssh: big changes to clean things up
...
- Move all open(fname, ...).read()/.readlines() over to use
try/except inside a with statement properly and raise a
CommandExecutionError otherwise
- Add __virtual__() so this module is never ran on windows
- Get rid of the gratuitous use of for ... open(...).readlines():
since file-like objects are iterable and doing that natively
uses a lot less memory. This helps with some of the "leaks"
- Fix the docstring in host_keys() and raise SaltInvocationError()
on any non-Linux host and the user doesn't specify the key dir.
- Add various TODO items for things like dead code
Overall... This module still needs a lot more love and some testing
2012-11-14 19:57:42 -08:00
Thomas S Hatch
1978bb7a76
Merge pull request #2556 from mrtizmo/develop
...
2 changes to pip.installed added repo param and ignore case
2012-11-14 18:27:37 -08:00
Thomas S Hatch
c3c61b835a
Merge pull request #2555 from ryanschneider/cp.get_dir
...
Add gzip and template to cp.get_dir, expose make_dirs on cp.get_file
2012-11-14 18:22:09 -08:00
Ryan Schneider
2ccf589425
Refactor: make_dirs -> makedirs, gzip_compression -> gzip
2012-11-14 18:06:53 -08:00
mrtizmo
74ba503ab9
Added repo param to installed state.
2012-11-14 20:59:44 -05:00
mrtizmo
60cfce7a03
Ignore case when comparing package names.
2012-11-14 20:58:33 -05:00
Thomas S Hatch
8b1f81243e
remove unused imports
2012-11-14 18:35:37 -07:00
Thomas S Hatch
9b1deecd7a
Remove unused definitiion
2012-11-14 18:33:04 -07:00
Thomas S Hatch
3194a71ca1
Prevent stack trace in svn state
2012-11-14 18:29:38 -07:00
Thomas S Hatch
a74dd8ca02
clean out unused import
2012-11-14 18:27:57 -07:00
Thomas S Hatch
e6f1be8f08
Shuffle to satisfy pylint
2012-11-14 18:27:21 -07:00
Thomas S Hatch
af43753764
remove unused import
2012-11-14 18:24:29 -07:00
Ryan Schneider
ad1a43012a
Add gzip and template to cp.get_dir, expose make_dirs on cp.get_file
2012-11-14 16:48:26 -08:00
Thomas S Hatch
7f23872eb8
Initial commit of 0.10.5 release notes
2012-11-14 17:25:34 -07:00
Thomas S Hatch
27ca970ba0
Merge pull request #2554 from s0undt3ch/develop
...
Fix raw outputter test.
2012-11-14 16:07:24 -08:00
Pedro Algarvio
e390bd92f4
Fix raw outputter test.
2012-11-15 00:03:31 +00:00
Thomas S Hatch
d7044f8c04
Merge pull request #2553 from FireHost/fix_yumpkg_sources
...
Fix NameError in yumpkg sources
2012-11-14 15:05:26 -08:00
Seth House
924b4ae9f8
Updated docstrings for various renderers
2012-11-14 16:04:48 -07:00
Thomas S Hatch
ec460012e4
Merge pull request #2552 from UtahDave/fix_2518
...
Fixes #2518 Remove a try/except. Let the IOError bubble up
2012-11-14 15:01:16 -08:00
Aaron Tygart
25b523c79b
Fix NameError in yumpkg sources
2012-11-14 16:59:39 -06:00
David Boucha
1b9254f4b8
Remove a try/except. Let the IOError bubble up
...
An Exception was suppressing a failure. Let the IOError bubble
up and be caught by the calling function.
2012-11-14 15:51:01 -07:00
Thomas S Hatch
904e813e32
Merge pull request #2551 from FireHost/fix_esky_docs_and_depends
...
Fix esky docs and depends
2012-11-14 14:30:02 -08:00
Aaron Tygart
63fab92ed6
Fix missing freezer_includes for esky
2012-11-14 16:24:15 -06:00
Aaron Tygart
a1a1b3cd2a
Fix mistake in esky documentation
2012-11-14 16:22:56 -06:00
Sean Channel
1e20ebca9c
list commits in changelog
2012-11-14 14:22:50 -08:00
Thomas S Hatch
07e161d23f
Merge pull request #2550 from mrtizmo/develop
...
Fixed order of first 2 params to set_permissions
2012-11-14 13:21:55 -08:00