Loading manifests/cert.pp +9 −8 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ define freeradius::cert ( group => $fr_group, source => $source, content => $content, show_diff => false, require => [File["${fr_basepath}/certs"], Package[$fr_package], Group[$fr_group]], notify => Service[$fr_service], } Loading Loading
manifests/cert.pp +9 −8 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ define freeradius::cert ( group => $fr_group, source => $source, content => $content, show_diff => false, require => [File["${fr_basepath}/certs"], Package[$fr_package], Group[$fr_group]], notify => Service[$fr_service], } Loading