adding variables from hiera to init.pp
This commit is contained in:
parent
f71f3162cc
commit
41065e0caa
1 changed files with 28 additions and 0 deletions
|
@ -100,6 +100,34 @@ class rhizo_base {
|
||||||
#Emergency number
|
#Emergency number
|
||||||
$emergency_contact = hiera('rhizo::emergency_contact')
|
$emergency_contact = hiera('rhizo::emergency_contact')
|
||||||
|
|
||||||
|
#Device Geo Info
|
||||||
|
$bsc_geo_lat = hiera('rhizo::bsc_geo_lat')
|
||||||
|
$bsc_geo_lon = hiera('rhizo::bsc_geo_lon')
|
||||||
|
|
||||||
|
$bts1_geo_lat = hiera('rhizo::bts1_geo_lat')
|
||||||
|
$bts1_geo_lon = hiera('rhizo::bts1_geo_lon')
|
||||||
|
$bts2_geo_lat = hiera('rhizo::bts2_geo_lat')
|
||||||
|
$bts2_geo_lon = hiera('rhizo::bts2_geo_lon')
|
||||||
|
$bts3_geo_lat = hiera('rhizo::bts3_geo_lat')
|
||||||
|
$bts3_geo_lon = hiera('rhizo::bts3_geo_lon')
|
||||||
|
|
||||||
|
$link1_ip_address = hiera('rhizo::link1_ip_address')
|
||||||
|
$link2_ip_address = hiera('rhizo::link2_ip_address')
|
||||||
|
$link3_ip_address = hiera('rhizo::link3_ip_address')
|
||||||
|
$link4_ip_address = hiera('rhizo::link4_ip_address')
|
||||||
|
$link5_ip_address = hiera('rhizo::link5_ip_address')
|
||||||
|
|
||||||
|
$link1_geo_lat = hiera('rhizo::link1_geo_lat')
|
||||||
|
$link1_geo_lon = hiera('rhizo::link1_geo_lon')
|
||||||
|
$link2_geo_lat = hiera('rhizo::link2_geo_lat')
|
||||||
|
$link2_geo_lon = hiera('rhizo::link2_geo_lon')
|
||||||
|
$link3_geo_lat = hiera('rhizo::link3_geo_lat')
|
||||||
|
$link3_geo_lon = hiera('rhizo::link3_geo_lon')
|
||||||
|
$link4_geo_lat = hiera('rhizo::link4_geo_lat')
|
||||||
|
$link4_geo_lon = hiera('rhizo::link4_geo_lon')
|
||||||
|
$link5_geo_lat = hiera('rhizo::link5_geo_lat')
|
||||||
|
$link5_geo_lon = hiera('rhizo::link5_geo_lon')
|
||||||
|
|
||||||
include ntp
|
include ntp
|
||||||
include kannel
|
include kannel
|
||||||
include sshkeys
|
include sshkeys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue