Commit Graph

6 Commits

Author SHA1 Message Date
Jeff Schroeder
f02cb42be3 Gracefully print an error when running salt-call as non-root
Fixes #438

This also sets a default "level" argument to setup_console_logger()
to error which it already does when the level isn't in the dict.
2012-01-07 22:03:41 -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
507f7a085a fix docstring on salt-call script 2011-08-14 22:37:40 -06:00
Thomas S Hatch
dec86de73f Add salt-call command 2011-04-22 23:03:23 -06:00