Merge "Do not enable Epel repo in case of Fedora"
This commit is contained in:
commit
b53459291b
@ -216,7 +216,7 @@ not on ${::operatingsystem}, which can lead to packaging issues.")
|
||||
}
|
||||
}
|
||||
|
||||
if $enable_epel {
|
||||
if $enable_epel and ($::operatingsystem != 'Fedora') {
|
||||
yumrepo { "ext-epel-${el}":
|
||||
# puppet versions prior to 3.5 do not support ensure, use enabled instead
|
||||
enabled => $enabled,
|
||||
|
Loading…
Reference in New Issue
Block a user