puppet-vmwaretools icon indicating copy to clipboard operation
puppet-vmwaretools copied to clipboard

Dont include ::apt inside module

Open oneingan opened this issue 10 years ago • 1 comments

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

oneingan avatar Aug 19 '15 07:08 oneingan

@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.

razorsedge avatar Oct 14 '15 23:10 razorsedge