On 04/21/2014 11:25 PM, Matt W wrote:
>   Ultimately the provider would need to validate that each and every
> package supplied (backend, and frontend in this example) are either
> installed or not. If not, they are all installed on one commandline:
> 
>   aptitude install backend=1.0 frontend=1.1 -y -q -f
> 
> Should we just build a resource from scratch? or do you think we should
> build a provider for the Package resource in Puppet and go from there?

The idea is sound-ish. You cannot implement this as a provider for the
resource type. There are too many assumptions rooted in the package type
to liberate its notion of being in sync the way you need.

So if you could come up with the apt_multi_package module (or whatever),
that would likely be useful. Keep us posted :)

(Bonus points if it ends up as just the multi_package module with
providers for both aptitude and yum ;-)

Cheers,
Felix

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5357BA82.6070202%40alumni.tu-berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to