diff --git a/puppet/modules/profiles/manifests/repo/rpm.pp b/puppet/modules/profiles/manifests/repo/rpm.pp index 89b9cd0a4..694cc7a7f 100644 --- a/puppet/modules/profiles/manifests/repo/rpm.pp +++ b/puppet/modules/profiles/manifests/repo/rpm.pp @@ -7,6 +7,13 @@ ) { contain web + class { 'web::vhost::yum': + stable => $stable_foreman, + } + contain web::vhost::yum + + contain web::vhost::stagingyum + class { 'web::vhost::rpm': stable_foreman => $stable_foreman, }