Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ of the global settings to increase flexibility. Patches are welcome. * `ldap_support` Install support for LDAP. Default: `false` * `wpa_supplicant`. Install wpa_supplicant utility. Default: `false` * `winbind_support`. Add the radius user to the winbind privileged group. You must install winbind separately. Default: `false`. * `syslog`. Add an syslog rule (using the jgazeley/syslog puppet module). Default: `false`. ```puppet class { 'freeradius': Loading @@ -62,6 +63,7 @@ class { 'freeradius': utils_support => true, wpa_supplicant => true, winbind_support => true, syslog => true, } ``` Loading manifests/init.pp +7 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ class freeradius ( $ldap_support = false, $wpa_supplicant = false, $winbind_support = false, $syslog = false, ) inherits freeradius::params { file { 'radiusd.conf': name => "${fr_basepath}/radiusd.conf", mode => '0640', Loading Loading @@ -166,6 +166,11 @@ class freeradius ( syslog::rule { 'radiusd-log': command => "if \$programname == \'radiusd\' then ${fr_logpath}/radius.log\n&~", order => '12', if $syslog == true { syslog::rule { 'radiusd-log': command => "if \$programname == \'radiusd\' then ${fr_logpath}/radius.log\n&~", order => '12', } } Loading Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ of the global settings to increase flexibility. Patches are welcome. * `ldap_support` Install support for LDAP. Default: `false` * `wpa_supplicant`. Install wpa_supplicant utility. Default: `false` * `winbind_support`. Add the radius user to the winbind privileged group. You must install winbind separately. Default: `false`. * `syslog`. Add an syslog rule (using the jgazeley/syslog puppet module). Default: `false`. ```puppet class { 'freeradius': Loading @@ -62,6 +63,7 @@ class { 'freeradius': utils_support => true, wpa_supplicant => true, winbind_support => true, syslog => true, } ``` Loading
manifests/init.pp +7 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ class freeradius ( $ldap_support = false, $wpa_supplicant = false, $winbind_support = false, $syslog = false, ) inherits freeradius::params { file { 'radiusd.conf': name => "${fr_basepath}/radiusd.conf", mode => '0640', Loading Loading @@ -166,6 +166,11 @@ class freeradius ( syslog::rule { 'radiusd-log': command => "if \$programname == \'radiusd\' then ${fr_logpath}/radius.log\n&~", order => '12', if $syslog == true { syslog::rule { 'radiusd-log': command => "if \$programname == \'radiusd\' then ${fr_logpath}/radius.log\n&~", order => '12', } } Loading