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
Seth House
aba785aa40
Fixed typo in the raw outputter
2012-11-14 08:48:20 -07:00
Pedro Algarvio
de0fd308b2
Add required close_fd=False
to keep the fd
open.
2012-11-14 12:11:25 +00:00
Pedro Algarvio
5dede3c5c7
Remove unused import.
2012-11-14 12:06:04 +00:00
Pedro Algarvio
ae419d9c6d
Also switch cron to salt.utils.mkstemp()
.
2012-11-14 11:46:14 +00:00
Pedro Algarvio
e8a3fcc7a3
Added salt.utils.mkstemp()
as a helper.
...
Will ease the use of `fd_, fpath = tempfile.mkstemp(); os.close(fd_)`.
2012-11-14 11:45:17 +00:00
Pedro Algarvio
6169f76b14
PEP-8 corrections.
2012-11-14 11:06:53 +00:00
Thomas S Hatch
15a7ef0bb5
Add check for existing state runs
2012-11-14 00:02:33 -07:00
Thomas S Hatch
b3df2b495e
Add is_running function to saltutil
2012-11-13 23:46:50 -07:00
Thomas S Hatch
716c2cecec
clean up some strings and update esky update to use config.option
2012-11-13 23:37:42 -07:00
Thomas S Hatch
89d722f06f
Use with statements when opening files
2012-11-13 23:26:42 -07:00
Thomas S Hatch
29261a2b0a
fix docstring
2012-11-13 23:22:27 -07:00
Thomas S Hatch
9bf5629eba
Clean up some oversights in caller.py
2012-11-13 23:07:07 -07:00
Thomas S Hatch
ec17974661
Make salt-call register to the job cache
2012-11-13 23:00:30 -07:00
Thomas S Hatch
36d1405fd0
Open file with with statement
2012-11-13 22:46:08 -07:00
Thomas S Hatch
71efcf68d7
Add Some initial docs to stateconf
2012-11-13 20:55:40 -07:00
Thomas S Hatch
326904e020
An easy fix on opening files
2012-11-13 20:55:40 -07:00
Thomas S Hatch
32e447e248
Merge pull request #2546 from archtaku/develop
...
Fix "variable referenced before assignment"
2012-11-13 19:50:20 -08:00
Erik Johnson
f6464432d4
Fix "variable referenced before assignment"
...
I inadvertently introduced a bug when I made changes to this module
a couple days ago. All repo-based installs would fail because of this
UnboundLocalError exception. I did not catch this because I only tested
package installs from an RPM file. Needless to say, I will be more
thorough in my future testing.
Also, I had changed the variable "sources" to "source" to match the
other package providers, but it was decided that other package providers
should be modified to accept multiple sources (currently, yumpkg.py is
the only provider with this feature). So, I have reverted that earlier
change and the kwarg is now called "sources" again. Sorry for the
back-and-forth with this.
2012-11-13 21:39:46 -06:00
Thomas S Hatch
48fd305391
Merge pull request #2544 from kjkuan/develop
...
sls_render_pipe merge clean ups
2012-11-13 19:29:39 -08:00
Sean Channel
8f8d16c07c
delete respawn
2012-11-13 18:46:05 -08:00
Sean Channel
bd68bf7a84
remove extra unused old README
2012-11-13 18:43:59 -08:00
Sean Channel
bd2818797c
remove useless postrm scripts
2012-11-13 18:21:56 -08:00
Sean Channel
5aa00b6bdd
only run postrm on salt-common purge
2012-11-13 18:06:49 -08:00
Thomas S Hatch
fd0b03388b
Merge pull request #2545 from giantlock/develop
...
kwargs may not contain require_in and watch_in
2012-11-13 15:39:26 -08:00
Sean Channel
6db36a8307
switch to debian init scripts
2012-11-13 13:03:53 -08:00