adding variables from hiera to init.pp

This commit is contained in:
dave onion 2015-10-28 11:41:13 -06:00
parent f71f3162cc
commit 41065e0caa

View file

@ -100,6 +100,34 @@ class rhizo_base {
#Emergency number
$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 kannel
include sshkeys