diff options
author | mh <mh@immerda.ch> | 2008-07-26 11:16:39 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-07-26 11:16:39 +0000 |
commit | 9db87a60590dfe439e782c5651d118f9324f396a (patch) | |
tree | 9b926bb212060c622613c03fcaa6d511e98c0a80 /files/client | |
parent | a2a5cbfec98e865240a8c0a3d0fb42f78d170975 (diff) |
added debian config file
Diffstat (limited to 'files/client')
-rw-r--r-- | files/client/debian/puppet | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/files/client/debian/puppet b/files/client/debian/puppet new file mode 100644 index 0000000..3e0ee04 --- /dev/null +++ b/files/client/debian/puppet @@ -0,0 +1,7 @@ +# Defaults for puppet - sourced by /etc/init.d/puppet + +# Start puppet on boot? +START=yes + +# Startup options +DAEMON_OPTS="-w 0" |