Skip to content

Commit 35901b5

Browse files
author
Joshua Hoblitt
committed
explicitly install pure-ftpd and pure-ftpd-selinux
when $::pureftpd::use_selinux is set
1 parent 89d2718 commit 35901b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
case $::osfamily {
2626
'RedHat':{
2727
$package_name = $pureftpd::use_selinux ?{
28-
true => 'pure-ftpd-selinux',
28+
true => ['pure-ftpd', 'pure-ftpd-selinux'],
2929
default => 'pure-ftpd'
3030
}
3131
$config_dir = '/etc/pure-ftpd'

0 commit comments

Comments
 (0)