Commit Graph

7933 Commits

Author SHA1 Message Date
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
mrtizmo
06f8f04792 Fixed order of first 2 params to set_permissions 2012-11-14 16:11:32 -05:00
Thomas S Hatch
ec74d69e82 Merge pull request #2548 from giantlock/develop
Some fixes for freebsdpkg module
2012-11-14 12:41:46 -08:00
Sean Channel
749ca0cf6a Merge pull request #2549 from seanchannel/develop
update current status
2012-11-14 12:32:44 -08:00
Denis Generalov
b2f6c241d0 *) local.sqlite is better criteria for pkgng detection
*) available_version function if pkgng is used
2012-11-14 23:59:29 +04:00
Thomas S Hatch
ed90c71d1e Fix #2496
There was a very slight python namespace issue where the old
__salt__ functions would be sticky, this fixes the oversight
2012-11-14 12:56:11 -07:00
Seth House
659ca23a92 Added docs for new state modules 2012-11-14 12:51:54 -07:00
Seth House
027cb54fe2 Fixed rST syntax
A definition list cannot have two terms (unlike the similar Sphinx
glossary directive).
2012-11-14 12:48:52 -07:00
Seth House
a534cf0b69 Added/updated docs on new/changed execution modules 2012-11-14 12:48:43 -07:00
Seth House
702305902e Updated docs for new pipelined renderers 2012-11-14 12:41:52 -07:00
Sean Channel
a70c854797 update current status 2012-11-14 11:07:35 -08:00
Sean Channel
cb9863e264 add logrotate support file 2012-11-14 10:00:36 -08:00
Thomas S Hatch
f500b189ab All outputters must return strings 2012-11-14 10:48:37 -07:00
Thomas S Hatch
0a06086c95 Merge pull request #2547 from s0undt3ch/cherry-pick/mkstemp
mkstemp helper
2012-11-14 09:30:38 -08:00
Thomas S Hatch
26009212db Add check for existing state runs to state execution module 2012-11-14 09:20:17 -07:00
Pedro Algarvio
97b4dffd85 Re-add required import. 2012-11-14 16:03:46 +00:00