summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-17 15:24:25 +0200
committermh <mh@immerda.ch>2010-08-17 15:24:30 +0200
commit3b311b7ef34ecaf517e5553c72750f059456702a (patch)
tree9b0a49d358da4220404139071320fb6b36563134 /manifests/openbsd.pp
parent66d3383131ec3a3b992c530bbcc1603cbcd0d9db (diff)
fix pattern for 2.6 openbsd
Diffstat (limited to 'manifests/openbsd.pp')
-rw-r--r--manifests/openbsd.pp1
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',