Fixed puppet::client for OpenBSD 4.9.
This commit is contained in:
parent
63de2539b7
commit
76121fef9a
2 changed files with 24 additions and 0 deletions
12
puppet/files/puppetd.rc
Normal file
12
puppet/files/puppetd.rc
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# OpenBSD init script for puppetd.
|
||||
|
||||
daemon="/usr/local/sbin/puppetd"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp=".*ruby.* ${daemon}${daemon_flags:+ ${daemon_flags}}"
|
||||
rc_reload=NO
|
||||
|
||||
rc_cmd $1
|
Loading…
Add table
Add a link
Reference in a new issue