Skip to content
6 changes: 3 additions & 3 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
$minimum_basemodulepath = ['/opt/puppet/share/puppet/modules']
$autosign_conf_path = "${conf_dir}/autosign.conf"


case $::osfamily {
Debian:{
"Debian":{
# Do nothing
}
default:{
fail("The NeSI Puppet Puppet module does not support ${::osfamily} family of operating systems")
}
}
}

}