Use a REGEX to detect if the public IP is WISP network
This commit is contained in:
parent
2e6297c11d
commit
127fd0f3ad
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ class rhizo_base {
|
|||
$ssh_addr = hiera('rhizo::ssh_t_address','127.0.0.1')
|
||||
$ssh_user = hiera('rhizo::ssh_user','')
|
||||
$ssh_p = split($vpn_ip_address, '\.')[3]
|
||||
$protokol_pub_ip = hiera('rhizo::protokol_pub_ip','')
|
||||
$proto_pub_ip_regex = hiera('rhizo::proto_pub_ip_regex','^0.0.0.0$')
|
||||
|
||||
$stats_disk = hiera('rhizo::stats_disk','sda1')
|
||||
$stats_if = hiera('rhizo::stats_if','eth0')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue