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