puppet: Provision epel repository first

It should not be necesarry to require the epel repostiry where it is used.

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 12:25:11 +01:00
parent 60b8529db0
commit 575b6778f1
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
stage { 'repositories':
before => Stage['main'],
}
node 'localhost' {
class { 'epel':
stage => repositories,
}
include icinga2_dev
include icingaweb2_dev
include motd