Generate per BTS pcu config files
This commit is contained in:
parent
fea2cbff3c
commit
01e0fb80f3
1 changed files with 5 additions and 5 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue