Add script to update from nightly

This commit is contained in:
Keith Whyte 2020-04-29 06:24:13 +02:00
parent e737ba29e4
commit 9685f7598c
3 changed files with 35 additions and 0 deletions

View file

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