Skip to content

Commit

Permalink
Add yum and stagingyum vhost to rpm profile
Browse files Browse the repository at this point in the history
Signed-off-by: Eric D. Helms <[email protected]>
  • Loading branch information
ehelms authored and evgeni committed Dec 18, 2024
1 parent a482c7c commit 4ebefbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions puppet/modules/profiles/manifests/repo/rpm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 4ebefbb

Please sign in to comment.