We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d2718 commit 35901b5Copy full SHA for 35901b5
manifests/params.pp
@@ -25,7 +25,7 @@
25
case $::osfamily {
26
'RedHat':{
27
$package_name = $pureftpd::use_selinux ?{
28
- true => 'pure-ftpd-selinux',
+ true => ['pure-ftpd', 'pure-ftpd-selinux'],
29
default => 'pure-ftpd'
30
}
31
$config_dir = '/etc/pure-ftpd'
0 commit comments