diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-06-26 15:53:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-06-26 15:53:57 -0300 |
commit | eb7c8f826ddbf7a19578ddc4c2b9205fdd519e31 (patch) | |
tree | f04cc8281de4aac1bf286b655a92c0d8df57eae4 /files/puppet | |
parent | c844730bdea106d9bda490e71d457dbbf55e129f (diff) | |
download | puppet-puppet-eb7c8f826ddbf7a19578ddc4c2b9205fdd519e31.tar.gz puppet-puppet-eb7c8f826ddbf7a19578ddc4c2b9205fdd519e31.tar.bz2 |
Managin /etc/default/puppet
Diffstat (limited to 'files/puppet')
-rw-r--r-- | files/puppet | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/files/puppet b/files/puppet new file mode 100644 index 0000000..d9f5fd4 --- /dev/null +++ b/files/puppet @@ -0,0 +1,7 @@ +# Defaults for puppet - sourced by /etc/init.d/puppet + +# Start puppet on boot? +START=yes + +# Startup options +DAEMON_OPTS="" |