diff options
| author | drebs <drebs@riseup.net> | 2014-08-12 16:10:52 -0300 |
|---|---|---|
| committer | drebs <drebs@riseup.net> | 2014-08-13 12:48:23 -0300 |
| commit | 2f2e3b6fca2d9c3080e85f531e576f83b791a692 (patch) | |
| tree | fd417e85762f9a1066494c88fb4a03d33ad101e9 /files/puppet | |
| parent | b0353cd961c5bb8642535a3f9284a6d74c96644b (diff) | |
| download | puppet-puppet-2f2e3b6fca2d9c3080e85f531e576f83b791a692.tar.gz puppet-puppet-2f2e3b6fca2d9c3080e85f531e576f83b791a692.tar.bz2 | |
Add standalone class.
Diffstat (limited to 'files/puppet')
| -rw-r--r-- | files/puppet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/puppet b/files/puppet index d9f5fd4..3b85c50 100644 --- a/files/puppet +++ b/files/puppet @@ -1,7 +1,7 @@ # Defaults for puppet - sourced by /etc/init.d/puppet # Start puppet on boot? -START=yes +START=<?= start_on_boot ? "yes" : "no" ?> # Startup options DAEMON_OPTS="" |
