SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
sysutils/ruby-puppet/pkg/DESCR
Normal file
10
sysutils/ruby-puppet/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
Puppet lets you centrally manage every important aspect of your system using
|
||||
a cross-platform specification language that manages all the separate
|
||||
elements normally aggregated in different files, like users, cron jobs,
|
||||
and hosts, along with obviously discrete elements like packages, services,
|
||||
and files.
|
||||
Puppet's simple declarative specification language provides powerful classing
|
||||
abilities for drawing out the similarities between hosts while allowing them
|
||||
to be as specific as necessary, and it handles dependency and prerequisite
|
||||
relationships between objects clearly and explicitly.
|
||||
Puppet is written entirely in Ruby.
|
10
sysutils/ruby-puppet/pkg/puppet.rc
Normal file
10
sysutils/ruby-puppet/pkg/puppet.rc
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue