Displaying 2 results from an estimated 2 matches for "_portsdir".
Did you mean:
portsdir
2007 Nov 12
0
FreeBSD portsnap class...
...et/wiki/PuppetFreeBSD#portsnap
## EXAMPLE
import ''freebsd.pp''
import ''schedule.pp''
node ''freebsd.local'' {
include freebsd::portsnap
}
## END
Depends on a schedule ''maint'' that runs once a night and class freebsd
having $_portsdir set. I recommend using tricks like the following so
that you can set $freebsd::portsdir wherever to whatever, if you need
to.
class freebsd {
$_portsdir = $portsdir ? { '''' => ''/usr/ports'', default => $portsdir }
}
schedule { maint:
range =>...
2007 Nov 12
11
Various FreeBSD bits...
I just drudged through a bit of the archives and see a FreeBSD bits
floating in there that are of some value, but aren''t on the wiki. I
posted a few bits on the wiki regarding some FreeBSD cobbling that
I''ve done recently and hope that folk find it of use (and start
posting their useful bits there as well).
http://reductivelabs.com/trac/puppet/wiki/PuppetFreeBSD
The