Add osmo stack script
This commit is contained in:
parent
f709539b0b
commit
e62004d62c
2 changed files with 12 additions and 0 deletions
|
@ -128,6 +128,11 @@ class rhizo_base::osmocom::common {
|
|||
# but with the service outage that restarting the split stack entails,
|
||||
# I don't want to even give puppet the possibility to do that.
|
||||
|
||||
file { '/etc/osmocom/stack':
|
||||
source => 'puppet:///modules/rhizo_base/stack',
|
||||
owner => 'root',
|
||||
mode => '0750',
|
||||
}
|
||||
|
||||
file { '/etc/osmocom/osmo-stp.cfg':
|
||||
content => template('rhizo_base/osmo-stp.cfg.erb'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue