I use some package defaults:
case $::operatingsystem {
freebsd, solaris: {
Package {
provider => $operatingsystem ? {
'freebsd' => 'freebsd',
'solaris' => 'pkgutil',
},
source => $operatingsystem ? {
'freebsd' =>
'http://repos.me/pub/FreeBSD/ports/a
Hi all,
I'm using FreeBSD-9.0-RELEASE.
When I install a package via puppet, it seems to use the -STABLE branches
instead of -RELEASE. I can use pkg_add -r on the command-line, which will
use the -RELEASE branch and break the dependencies.
One workaround is to change the $PACKAGESITE variable t