Files
kn c91ecf1571 import sysutils/ruby-openvox/ aka. openvox-8.22.0
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
2025-09-18 18:04:18 +00:00

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