Hi again,
just wanted to correct something:

If I uninstall a port, the most current one is installed. But if for
instance joe-3.5 is already installed, puppet doesn't upgrade to 3.7
(which is the current at the moment).


On Mar 4, 10:44 pm, "kuh...@gmx.net" <kuh...@gmx.net> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to