Loading manifests/policy.pp +2 −0 Original line number Diff line number Diff line # Install FreeRADIUS policies define freeradius::policy ( Optional[String] $source, Optional[String] $content, Optional[Integer] $order = 50, Freeradius::Ensure $ensure = present, ) { Loading @@ -15,6 +16,7 @@ define freeradius::policy ( owner => 'root', group => $fr_group, source => $source, content => $content, require => [Package['freeradius'], Group['radiusd']], notify => Service['radiusd'], } Loading Loading
manifests/policy.pp +2 −0 Original line number Diff line number Diff line # Install FreeRADIUS policies define freeradius::policy ( Optional[String] $source, Optional[String] $content, Optional[Integer] $order = 50, Freeradius::Ensure $ensure = present, ) { Loading @@ -15,6 +16,7 @@ define freeradius::policy ( owner => 'root', group => $fr_group, source => $source, content => $content, require => [Package['freeradius'], Group['radiusd']], notify => Service['radiusd'], } Loading