Hi Joel, >From your copy&paste above, looks like pkg_add isn't using the '-r' switch, so PACKAGESITE is not being touched at all. My guess is that you're using the freebsd package provider with the patch I mentioned earlier. The patched provider <https://gist.github.com/anonymous/6329465> doesn't use '-r'.
Something else you may want to look into (haven't tried it yet myself, but plan to) is this provider for pkgng: https://github.com/xaque208/puppet-pkgng Eric On Saturday, August 24, 2013 11:22:39 AM UTC-5, joel johnston wrote: > > The real isssue I seem to be having is that puppet agent is ignoring > my PACKAGESITE variable. I've set it accordingly per: > http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Free_Bsd/8 > > pkg_add -r <whatever> works fine from the command line in bash and sh, > but puppet runs use the url above instead of what I've set. > > Any ideas where I can set the packagesite var so that puppet can pick it > up? > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
