Hi, I'm using FreeBSD and puppet-0.24.7 I want to update several ports. This, for instance, works fine:
class package_joe3{ $packagelist_joe3 = ["joe-3.*"] package{ $packagelist_joe3: ensure => latest, provider => ports } } problem is, that we're changing to portsnap and with portsnap configured, the class shown above doesn't automatically install the latest port. Does anybody know how to do that? I know http://reductivelabs.com/trac/puppet/wiki/PuppetFreeBSD but that's only for updating and fetching the portsnap ports, right? Is there anyting like provider => portsnap ? regards, Bernd --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---