search for: epel_includepkgs

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

2012 Jul 05
7
proper usage of global variables / node variables / +=
...me. So, to understand what I''m doing, I''m setting up a yum repository and limiting the includepkgs line to the very minimum amount of packages for reasons of security / policy / insanity / etc. Here is the current implementation of this (which works fine). node standard { $epel_includepkgs += ''puppet augeas-libs facter ruby-augeas ruby-shadow '' class { ''repo_epel'': stage => ''pre'' } #other stuff } node ''my.node1'' inherits standard { include denyhosts } node ''my.node2'' inherits stand...