Re: [Puppet Users] Stage is a metaparam warning

2013-07-23 Thread Martin Alfke
Hi Jacov, stage is a meta-attribute which you can use when declaring a class. You added the stage attribute to the class definition. You can change your code to look like the following: class yum::repo::pgdg92 ( $exclude = [] ) { … } Afterwards you use the stage attribute in the class declara

[Puppet Users] Stage is a metaparam warning

2013-07-22 Thread Jakov Sosic
# puppet master --compile web01.example.com > /dev/null Warning: stage is a metaparam; this value will inherit to all contained resources in the yum::repo::base definition Warning: stage is a metaparam; this value will inherit to all contained resources in the yum::repo::epel definition Warning: st