BTS Add opkg script file for split stack

This commit is contained in:
Keith Whyte 2021-06-10 08:17:12 +02:00
parent 2eb3bcb182
commit 048db7d476
2 changed files with 41 additions and 0 deletions

View file

@ -589,6 +589,11 @@ schedule { 'never':
mode => '0750'
}
file { '/var/SysmoBTS/opkg-split.sh':
source => 'puppet:///modules/rhizo_base/var/SysmoBTS/opkg-split.sh',
mode => '0750'
}
file { '/var/SysmoBTS/chk_masq':
source => 'puppet:///modules/rhizo_base/var/SysmoBTS/chk_masq',
mode => '0750'