write semaphore file for bsc restart on config change

This commit is contained in:
Keith Whyte 2023-03-31 05:35:52 +02:00
parent 7f0add2a59
commit 0b2dafe094

View file

@ -135,13 +135,10 @@ class rhizo_base::osmocom::common {
'rhizo_base/osmo-bsc-head.erb',
'rhizo_base/osmo-bsc-bts.erb',
'rhizo_base/osmo-bsc-tail.erb'),
}
notify => Exec['notify-osmo-restart'],
}
}
# We used to notify the osmo-nitb on config changes for a restart
# 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',