mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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' {
|
node 'localhost' {
|
||||||
|
class { 'epel':
|
||||||
|
stage => repositories,
|
||||||
|
}
|
||||||
include icinga2_dev
|
include icinga2_dev
|
||||||
include icingaweb2_dev
|
include icingaweb2_dev
|
||||||
include motd
|
include motd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user