Thomas S Hatch
94c6eb23d1
Merge pull request #582 from archtaku/develop
...
Fixed docstring for get_dir
2012-01-26 15:23:44 -08:00
Erik Johnson
bcd47f6a44
Fixed docstring for get_dir
2012-01-26 16:57:24 -06:00
Thomas S Hatch
2597845292
Add pidfile support to minion and syndic
2012-01-26 15:33:51 -07:00
Thomas S Hatch
48e40358f0
Merge pull request #581 from archtaku/develop
...
implement cp.get_dir (issue #574 )
2012-01-26 13:27:41 -08:00
Erik Johnson
bacb187432
implement cp.get_dir (issue #574 )
2012-01-26 15:08:17 -06:00
Thomas S Hatch
d340070e2a
repair client driver calls for ext_nodes
2012-01-25 22:09:59 -07:00
Thomas S Hatch
950f72b634
fix syntax error in log message
2012-01-25 21:46:54 -07:00
Thomas S Hatch
f99bc6b1f4
these were backwards
2012-01-25 21:23:53 -07:00
Thomas S Hatch
57fff21be1
fix missing :
2012-01-25 21:15:01 -07:00
Thomas S Hatch
86fa786080
Add client side to ext nodes
2012-01-25 21:08:24 -07:00
Thomas S Hatch
d4971abf2e
Add external_nodes to the config system
2012-01-25 17:01:02 -07:00
Thomas S Hatch
1257517b4b
backend function for external_nodes
2012-01-25 16:52:58 -07:00
Eric Poelke
522dacd2aa
stdout and stderr can be now be changed when using saltkey API. This is mainly to suppress output when integrating salt into other tools.
2012-01-25 15:01:03 -08:00
Eric Poelke
c23c5f902a
Merge branch 'develop' of git://github.com/saltstack/salt into develop
2012-01-25 13:56:32 -08:00
Thomas S Hatch
523021fbd7
make saltutil.running clean out salty "zombies"
2012-01-25 14:49:51 -07:00
Thomas S Hatch
757f7de687
Add procs func to status
2012-01-25 13:34:04 -07:00
Thomas S Hatch
2633638717
Some polishing to pidfile stuff
2012-01-25 10:23:05 -07:00
Thomas S Hatch
7de5ef2d49
fix cli ref
2012-01-25 10:03:13 -07:00
Thomas S Hatch
ad5ea7a0df
Add pidfile support
2012-01-25 10:01:44 -07:00
Thomas S Hatch
0376677b67
fix issue with trace in the return
2012-01-25 00:00:45 -07:00
Thomas S Hatch
9a40fa1c25
Add job signaling
2012-01-24 22:32:51 -07:00
Thomas S Hatch
b5404d1092
Add initial job tracking
2012-01-24 22:03:19 -07:00
Thomas S Hatch
9f15640702
update proc to use jid
2012-01-24 21:39:50 -07:00
Thomas S Hatch
ce1aef4336
Merge pull request #573 from herlo/master
...
Added .template files
2012-01-24 14:37:34 -08:00
Clint Savage
064f98b5ef
fixed the previous spec file which fails to build due to missing .template files
2012-01-24 15:36:11 -07:00
Thomas S Hatch
a5f8602fca
Merge pull request #572 from herlo/master
...
Updated RPM to use 0.9.6 as source
2012-01-24 14:34:23 -08:00
Clint Savage
4b8e92d788
updated to work with 0.9.6
2012-01-24 15:16:30 -07:00
Seth House
dd693ba8a0
Added msgpack to the list of dependencies
2012-01-24 12:45:23 -07:00
Seth House
d06f1f9c26
Added min version to pyzmq
2012-01-24 12:43:16 -07:00
Thomas S Hatch
1b1885a655
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-01-24 00:53:40 -07:00
Thomas S Hatch
fde6ad049c
change filenames for windows
2012-01-24 00:53:15 -07:00
Thomas S Hatch
06724ee32e
Merge pull request #565 from SEJeff/puppet-module-features
...
Add tags argument to puppet.noop and puppet.run
2012-01-23 23:03:13 -08:00
Thomas S Hatch
88f58f60c0
Merge pull request #566 from SEJeff/cmd-updates
...
Cmd updates
2012-01-23 23:02:59 -08:00
Jeff Schroeder
69977d11e4
[modules.cmd] Clean up the runas functionality
...
- Raise CommandExecutionError exceptions when
runas isn't supported or the user is invalid
- Allow running: salt '*' cmd.run whoami "" jeff
- Autodetermine the default cwd at _run() time
- Don't print the su - $user -c $command in the
log when using the runas functionality
2012-01-23 22:05:34 -08:00
Jeff Schroeder
2b928bc3a8
Fix an accidental bug I introduced in cli.caller.py
...
This happens when it catches a CommandExecutionError
or a TypeError when the wrong number of args are sent
2012-01-23 22:00:10 -08:00
Eric Poelke
98a7b04950
Merge branch 'develop' of git://github.com/saltstack/salt into develop
2012-01-23 20:24:31 -08:00
Jeff Schroeder
59eebc2f77
Add tags argument to puppet.noop and puppet.run
2012-01-23 20:05:02 -08:00
Thomas S Hatch
d16ab04236
Merge branch 'develop' of https://github.com/rubic/salt into rubic-develop
2012-01-23 18:35:05 -07:00
Thomas S Hatch
5d60e7f299
Merge pull request #562 from archtaku/develop
...
add try/except to code that won't work on windows. also, changed _run to...
2012-01-23 10:16:29 -08:00
Thomas S Hatch
938b75d2fb
Merge pull request #561 from cedwards/jails
...
added virtual_subtype support for FreeBSD jails
2012-01-23 10:15:53 -08:00
Eric Poelke
88226bb7b7
merge.
2012-01-22 17:22:42 -08:00
Jeff Schroeder
537dd5ca93
Fix a tyop in the 0.9.6 release notes
2012-01-22 16:56:29 -08:00
Erik Johnson
1058ce8448
add try/except to code that won't work on windows. also, changed _run to use su to run command as another user, rather than using os.setuid/seteuid to allow import of user's environment
2012-01-22 18:29:55 -06:00
Eric Poelke
6aef3b2ea2
Merge branch 'develop' of github.com:epoelke/salt into develop
...
Conflicts:
salt/modules/yumpkg.py
2012-01-22 16:24:14 -08:00
Christer Edwards
f99ee72bb4
added virtual_subtype support for FreeBSD jails
2012-01-22 16:17:02 -07:00
Thomas S Hatch
adcae00e9e
throw down files for tracking multiprocess functions on the minion
2012-01-22 00:34:48 -07:00
Thomas S Hatch
68684c7426
Add release notes for 0.9.6
2012-01-21 23:08:23 -07:00
Thomas S Hatch
5845786f61
Merge pull request #559 from SEJeff/scale-cleanups
...
More iterative cleanups and a few new features
2012-01-21 21:58:21 -08:00
Jeff Schroeder
c75aeea58c
Add some outputters for the puppet module
2012-01-21 21:46:57 -08:00
Jeff Schroeder
8f5dc3e4c6
Add puppet.noop
2012-01-21 21:38:58 -08:00