Generate per BTS pcu config files

This commit is contained in:
Keith Whyte 2023-03-28 09:55:16 +02:00
parent fea2cbff3c
commit 01e0fb80f3

View file

@ -537,13 +537,13 @@ schedule { 'never':
content => template('rhizo_base/osmo-bts-sysmo.cfg.erb'), content => template('rhizo_base/osmo-bts-sysmo.cfg.erb'),
mode => '0640', mode => '0640',
} }
}
file { '/var/SysmoBTS/osmo-pcu.cfg': file { "/var/SysmoBTS/osmo-pcu_${i}.cfg":
ensure => present, ensure => present,
content => template('rhizo_base/osmo-pcu.cfg.erb'), content => template('rhizo_base/osmo-pcu.cfg.erb'),
mode => '0640', mode => '0640',
} }
}
file { '/var/SysmoBTS/check.sh': file { '/var/SysmoBTS/check.sh':
source => 'puppet:///modules/rhizo_base/SysmoBTS/check.sh', source => 'puppet:///modules/rhizo_base/SysmoBTS/check.sh',