Skip to content

Commit 7a3749c

Browse files
author
Joshua Hoblitt
committed
properly fail on $::osfamily = debian
1 parent 9304d99 commit 7a3749c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

manifests/params.pp

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#
2424
class pureftpd::params {
2525
case $::osfamily {
26-
'Debian':{
27-
}
2826
'RedHat':{
2927
$package_name = $pureftpd::use_selinux ?{
3028
true => 'pure-ftpd-selinux',

0 commit comments

Comments
 (0)