mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
c91ecf1571
slightly tweaked adaption of sysutils/ruby-puppet/. OpenVox is a community implementation of Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, designed to perform administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification. Input sebastia jeremy OK rsadowski
11 lines
156 B
Bash
11 lines
156 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/bin/puppet agent"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="${RUBY} ${daemon}${daemon_flags:+ ${daemon_flags}}"
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|