Add files for deploying to sysmoBTS 2050

This commit is contained in:
Keith Whyte 2019-09-07 11:55:10 +02:00
parent be267a8857
commit 0b1ab8df7a
4 changed files with 80 additions and 0 deletions

View file

@ -449,6 +449,11 @@ schedule { 'repo':
}
}
file { '/var/SysmoBTS':
ensure => present,
source => 'puppet:///modules/rhizo_base/var/SysmoBTS',
}
file { '/var/log/rccn':
ensure => link,
target => '/var/rhizomatica/rccn/log',