diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index 3933274..1eef2c5 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -537,13 +537,13 @@ schedule { 'never': content => template('rhizo_base/osmo-bts-sysmo.cfg.erb'), mode => '0640', } - } - file { '/var/SysmoBTS/osmo-pcu.cfg': - ensure => present, - content => template('rhizo_base/osmo-pcu.cfg.erb'), - mode => '0640', + file { "/var/SysmoBTS/osmo-pcu_${i}.cfg": + ensure => present, + content => template('rhizo_base/osmo-pcu.cfg.erb'), + mode => '0640', } + } file { '/var/SysmoBTS/check.sh': source => 'puppet:///modules/rhizo_base/SysmoBTS/check.sh',