Skip to content

Commit

Permalink
Merge pull request #166 from treveradams/fedora-fixup
Browse files Browse the repository at this point in the history
Fedora doesn't use EPEL for certbot/letsencrypt.
  • Loading branch information
bastelfreak authored Jan 29, 2019
2 parents 1a3aa27 + 46f61e8 commit 9d3ed2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
$config_file = "${config_dir}/cli.ini"

if $facts['osfamily'] == 'RedHat' {
$configure_epel = true
$configure_epel = $facts['os']['name'] != 'Fedora'
} else {
$configure_epel = false
}
Expand Down

0 comments on commit 9d3ed2f

Please sign in to comment.