Adding skeleton test file to BTS scripts

This commit is contained in:
Keith Whyte 2020-04-29 03:48:57 +02:00
parent bd8f00a3d0
commit 3becae1f23
2 changed files with 30 additions and 1 deletions

View file

@ -479,8 +479,16 @@ schedule { 'repo':
}
file { '/var/SysmoBTS':
ensure => present,
ensure => directory,
source => 'puppet:///modules/rhizo_base/var/SysmoBTS',
owner => 'root',
group => 'root',
recurse => remote
}
file { '/var/SysmoBTS/check.sh':
source => 'puppet:///modules/rhizo_base/var/SysmoBTS/check.sh',
mode => '0750'
}
file { '/var/log/rccn':