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
Pedro Algarvio
28344ff6af
Re-add required import.
2012-11-14 17:49:56 +00:00
Thomas S Hatch
f500b189ab
All outputters must return strings
2012-11-14 10:48:37 -07:00
Pedro Algarvio
195fadd3d6
Merge branch 'develop' of github.com:saltstack/salt into cherry-pick/CLOEXEC
2012-11-14 17:45:44 +00: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
6ab3eb25b1
Add missing import.
2012-11-14 11:59:31 +00:00
Pedro Algarvio
bc3f67f3ac
Added salt.utils.mkstemp()
as a helper.
...
Will ease the use of `fd_, fpath = tempfile.mkstemp(); os.close(fd_)`.
2012-11-14 11:54: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
a7b523ac67
Switch open calls to our fopen call which sets CLOEXEC
on the fd.
2012-11-14 11:30:56 +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
Sean Channel
502434bccc
correction to file listing
2012-11-13 12:53:02 -08:00
Sean Channel
6f8a728b9d
add systemd support files
2012-11-13 12:21:48 -08:00
Pedro Algarvio
7c666d21d0
Need at least two worker threads for integration.modules.publish
to pass.
2012-11-13 19:10:17 +00:00
Pedro Algarvio
3a7ab49d87
Fix syntax error and minior PEP-8
2012-11-13 18:52:13 +00:00