Skip to content

Commit 53647ab

Browse files
author
Joshua Hoblitt
committed
remove dep on the epel class (stahnma/puppet-module-epel)
This module does not have any provision for using local / private EPEL mirrors
1 parent 711ad35 commit 53647ab

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

Modulefile

-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ Todo:
1919
'
2020

2121
## Add dependencies, if any:
22-
dependency 'stahnma/epel', '>= 0.0.2'
23-

manifests/install.pp

+2-11
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@
1414
# 5Ub-Z3r0
1515
#
1616
class pureftpd::install {
17-
case $::osfamily{
18-
'RedHat': {
19-
include epel
20-
}
21-
'Debian': {
22-
package { $pureftpd::params::package_name:
23-
ensure => present,
24-
}
25-
}
26-
default: {}
17+
package { $pureftpd::params::package_name:
18+
ensure => present,
2719
}
28-
2920
}

0 commit comments

Comments
 (0)