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:
parent
60b8529db0
commit
575b6778f1
|
@ -1,4 +1,11 @@
|
|||
stage { 'repositories':
|
||||
before => Stage['main'],
|
||||
}
|
||||
|
||||
node 'localhost' {
|
||||
class { 'epel':
|
||||
stage => repositories,
|
||||
}
|
||||
include icinga2_dev
|
||||
include icingaweb2_dev
|
||||
include motd
|
||||
|
|
Loading…
Reference in New Issue