puppet-vmwaretools
puppet-vmwaretools copied to clipboard
Dont include ::apt inside module
If you include ::apt inside your module I can not initialize class {'::apt' with custom values (using role/profile pattern)
@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.