diff options
author | mh <mh@immerda.ch> | 2010-08-17 15:24:25 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-17 15:24:30 +0200 |
commit | 3b311b7ef34ecaf517e5553c72750f059456702a (patch) | |
tree | 9b0a49d358da4220404139071320fb6b36563134 | |
parent | 66d3383131ec3a3b992c530bbcc1603cbcd0d9db (diff) |
fix pattern for 2.6 openbsd
-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', |