Merge pull request #12 from matt9j/devel-add-default-keys
Add default keys
This commit is contained in:
commit
3f29dcab2a
2 changed files with 4 additions and 1 deletions
|
@ -56,7 +56,7 @@ rhizo::use_ups: "no"
|
|||
rhizo::use_sip: "no"
|
||||
rhizo::advice_email: "[ 'your@email.address' ]"
|
||||
rhizo::sip_central_ip_address: "127.0.0.1"
|
||||
|
||||
rhizo::ntp_servers: ['mx.pool.ntp.org', 'pool.ntp.org']
|
||||
|
||||
#SSH keys
|
||||
sshkeys::keys:
|
||||
|
|
|
@ -11,9 +11,12 @@ rhizo::arfcn_B: "251"
|
|||
rhizo::auth_policy: "accept-all"
|
||||
rhizo::vpn_ip_address: "10.66.0.0"
|
||||
rhizo::wan_ip_address: "192.168.0.0"
|
||||
rhizo::ggsn_ip_address: "127.0.0.1"
|
||||
rhizo::lac: "1"
|
||||
rhizo::mcc: "001"
|
||||
rhizo::mnc: "001"
|
||||
rhizo::gprs: "none"
|
||||
rhizo::local_bsc_cfg: "0"
|
||||
|
||||
#Emergency call contact
|
||||
rhizo::emergency_contact: "12345"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue