diff options
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="" |