Loading README.md +6 −2 Original line number Diff line number Diff line Loading @@ -75,12 +75,15 @@ Install FreeRADIUS utils. Default: `false` ##### `ldap_support` Install support for LDAP. Default: `false` ##### `wpa_supplicant`. ##### `wpa_supplicant` Install wpa_supplicant utility. Default: `false` ##### `winbind_support`. ##### `winbind_support` Add the radius user to the winbind privileged group. You must install winbind separately. Default: `false`. ##### `syslog` Add a syslog rule (using the `jgazeley/syslog` module). Default: `false`. ```puppet class { 'freeradius': control_socket => true, Loading @@ -91,6 +94,7 @@ class { 'freeradius': utils_support => true, wpa_supplicant => true, winbind_support => true, syslog => true, } ``` Loading manifests/init.pp +6 −4 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ class freeradius ( $ldap_support = false, $wpa_supplicant = false, $winbind_support = false, $syslog = false, ) inherits freeradius::params { file { 'radiusd.conf': Loading Loading @@ -163,11 +164,12 @@ class freeradius ( } # Syslog rules if $syslog == true { syslog::rule { 'radiusd-log': command => "if \$programname == \'radiusd\' then ${freeradius::fr_logpath}/radius.log\n&~", command => "if \$programname == \'radiusd\' then ${fr_logpath}/radius.log\n&~", order => '12', } } # Install a couple of virtual servers needed on all FR installations if $control_socket == true { Loading Loading
README.md +6 −2 Original line number Diff line number Diff line Loading @@ -75,12 +75,15 @@ Install FreeRADIUS utils. Default: `false` ##### `ldap_support` Install support for LDAP. Default: `false` ##### `wpa_supplicant`. ##### `wpa_supplicant` Install wpa_supplicant utility. Default: `false` ##### `winbind_support`. ##### `winbind_support` Add the radius user to the winbind privileged group. You must install winbind separately. Default: `false`. ##### `syslog` Add a syslog rule (using the `jgazeley/syslog` module). Default: `false`. ```puppet class { 'freeradius': control_socket => true, Loading @@ -91,6 +94,7 @@ class { 'freeradius': utils_support => true, wpa_supplicant => true, winbind_support => true, syslog => true, } ``` Loading
manifests/init.pp +6 −4 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ class freeradius ( $ldap_support = false, $wpa_supplicant = false, $winbind_support = false, $syslog = false, ) inherits freeradius::params { file { 'radiusd.conf': Loading Loading @@ -163,11 +164,12 @@ class freeradius ( } # Syslog rules if $syslog == true { syslog::rule { 'radiusd-log': command => "if \$programname == \'radiusd\' then ${freeradius::fr_logpath}/radius.log\n&~", command => "if \$programname == \'radiusd\' then ${fr_logpath}/radius.log\n&~", order => '12', } } # Install a couple of virtual servers needed on all FR installations if $control_socket == true { Loading