Skip to content

Commit

Permalink
puppet: Provision epel repository first
Browse files Browse the repository at this point in the history
It should not be necesarry to require the epel repostiry where it is used.

refs #6842
  • Loading branch information
lippserd committed Dec 15, 2014
1 parent 60b8529 commit 575b677
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .puppet/manifests/site.pp
@@ -1,4 +1,11 @@
stage { 'repositories':
before => Stage['main'],
}

node 'localhost' {
class { 'epel':
stage => repositories,
}
include icinga2_dev
include icingaweb2_dev
include motd
Expand Down

0 comments on commit 575b677

Please sign in to comment.