voxpupuli / puppet-vmwaretools

Puppet module to manage VMware Operating System Specific Packages for VMware tools installation.
http://forge.puppetlabs.com/razorsedge/vmwaretools
Apache License 2.0
34 stars 44 forks source link

Dont include ::apt inside module #36

Open oneingan opened 9 years ago

oneingan commented 9 years ago

If you include ::apt inside your module I can not initialize class {'::apt' with custom values (using role/profile pattern)

razorsedge commented 8 years ago

@juaningan You will probably want to use external data (ie Hiera) to provide class parameter values. If I remove include ::apt, the apt::source no longer works.