Loading manifests/home_server.pp +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ define freeradius::home_server ( Enum['none', 'status-server', 'request'] $status_check = 'none', Enum['auth', 'acct', 'auth+acct', 'coa'] $type = 'auth', Optional[Integer] $check_interval = undef, Optional[Integer] $check_timeout = undef, Optional[String] $ipaddr = undef, Optional[String] $ipv6addr = undef, Optional[Integer] $max_outstanding = undef, Loading templates/home_server.erb +3 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,9 @@ home_server <%= @name %> { <% if defined?(@check_interval) -%> check_interval = <%= @check_interval %> <% end -%> <% if defined?(@check_timeout) -%> check_timeout = <%= @check_timeout %> <% end -%> <% if defined?(@num_answers_to_alive) -%> num_answers_to_alive = <%= @num_answers_to_alive %> <% end -%> Loading Loading
manifests/home_server.pp +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ define freeradius::home_server ( Enum['none', 'status-server', 'request'] $status_check = 'none', Enum['auth', 'acct', 'auth+acct', 'coa'] $type = 'auth', Optional[Integer] $check_interval = undef, Optional[Integer] $check_timeout = undef, Optional[String] $ipaddr = undef, Optional[String] $ipv6addr = undef, Optional[Integer] $max_outstanding = undef, Loading
templates/home_server.erb +3 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,9 @@ home_server <%= @name %> { <% if defined?(@check_interval) -%> check_interval = <%= @check_interval %> <% end -%> <% if defined?(@check_timeout) -%> check_timeout = <%= @check_timeout %> <% end -%> <% if defined?(@num_answers_to_alive) -%> num_answers_to_alive = <%= @num_answers_to_alive %> <% end -%> Loading