diff options
-rw-r--r-- | manifests/openbsd.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp index fbf58e3..1eeaba5 100644 --- a/manifests/openbsd.pp +++ b/manifests/openbsd.pp @@ -8,6 +8,7 @@ class puppet::openbsd inherits puppet::base { start => '/usr/local/bin/puppet agent', hasstatus => false, hasrestart => false, + pattern => 'puppet agent', } openbsd::rc_local{'puppetd': binary => '/usr/local/bin/puppet agent', |