search for: foobar_package

Displaying 1 result from an estimated 1 matches for "foobar_package".

2012 Dec 07
6
Poll for thoughts on hierifying modules and OS default differences
...lt: { fail } } well, we want to be able to overide those defaults with hiera: class foobar { include foobar::params $package = $foobar::params::package Package {$package: ensure => installed } } class foobar::params { case $osfamily: redhat: { $package = hiera(''foobar_package'',''foobar'') } debian: { $package = hiera(''foobar_package'',''foobard'') } default: { fail } } which is great, except now the package name is wrong by default on debian boxes... now sure, I can argue that my hierarchy sh...