Corey Quinn
3e79767c25
Merge branch 'develop' of github.com:KB1JWQ/salt into KB1JWQ
2011-12-30 11:58:03 -08:00
Jeff Schroeder
bb0629e690
Handle Ctrl-c on the syndic or regular minion and log it
...
- Log a message when the syndic or minion is exiting
- Cleanly exit and use the same message on all daemons
- Add places to handle a sigterm or sighup by KeyboardInterrupt
2011-12-27 17:00:52 -08:00
Corey Quinn
e5f5bb3c2b
Set the scripts to be executable
2011-12-27 12:02:09 -08:00
Jeff Schroeder
021cebbbf3
Teach all non-daemon scripts how to cleanly exit on CTRL-c
...
Using: raise SystemExit('some message')
is equivalent to:
sys.stderr.write('some message\n')
sys.exit(1)
2011-12-20 19:09:27 -08:00
Markus Gattol
38e5d2b2cb
file permissions: from 775 to 755
...
Signed-off-by: Markus Gattol <markus.gattol@sunoano.org>
2011-11-14 15:49:06 +00:00
Thomas S Hatch
010de4ee59
fix typo in salt-key docstring
2011-08-14 22:38:13 -06:00
Thomas S Hatch
507f7a085a
fix docstring on salt-call script
2011-08-14 22:37:40 -06:00
Thomas S Hatch
6367f05cb7
Fix docstring for salt-minion
2011-08-14 22:36:43 -06:00
Erik Nolte
86213377df
Move salt-monitor scripts and packaging to salt-monitor project
2011-08-10 11:20:33 -06:00
Thomas S Hatch
6f70eb3e2c
Add salt-syndic script
2011-07-30 16:08:55 -06:00
Erik Nolte
74fab8b706
Separate the salt minion from the salt monitor by creating the salt-monitor standalone command.
...
Run 'salt-monitor' rather than 'salt-minion' to start the monitor.
2011-07-27 15:57:13 -06:00
Thomas S Hatch
f069cc5fd1
Salt minion dies with a ctrl-c now
2011-07-09 15:37:35 -06:00
Thomas S Hatch
a7ae966b6f
Add the salt-run srcipt
2011-06-02 21:37:02 -06:00
Thomas S Hatch
9f2f1a8320
remove comments from scripts, they don't need to be there
2011-05-26 09:44:50 -06:00
Pedro Algarvio
7ccb5e4cec
Typos, white-space, unused/missing imports, wrapping, PEP-8.
2011-05-26 12:17:02 +01:00
Thomas S Hatch
00113d4dfd
Rename saltkey to salt-key to match other salt commands
2011-05-12 09:09:53 -06:00
Thomas S Hatch
dec86de73f
Add salt-call command
2011-04-22 23:03:23 -06:00
Thomas S Hatch
5cc253820f
change salt-ftp to salt-cp in the setup
2011-04-12 12:21:43 -06:00
Thomas S Hatch
8a08697e48
move salt-ftp to salt-cp
2011-04-12 12:20:09 -06:00
Thomas S Hatch
58eb4c9adc
Add script for salt-ftp command
2011-04-04 20:14:58 -06:00
Thomas S Hatch
fb4e7483a2
Add the saltkey script
2011-03-23 23:51:18 -06:00
Thomas S Hatch
a02f5db9b3
Hook salt script into the cli module
2011-03-09 10:49:41 -07:00
Thomas S Hatch
f9f6cb4bde
Add a script to run a cli client
2011-03-04 23:51:13 -07:00
Thomas S Hatch
fe0eb82f63
Add salt-master script
2011-02-27 14:47:18 -07:00
Thomas S Hatch
1d91b4df8c
Add the salt-minon script
2011-02-27 13:55:21 -07:00
Thomas S Hatch
eccb3a8168
Add salt script placeholders
2011-02-20 13:30:58 -07:00