diff --git a/modules/rhizo_base/manifests/osmocom.pp b/modules/rhizo_base/manifests/osmocom.pp index 316e4a6..2429bc4 100644 --- a/modules/rhizo_base/manifests/osmocom.pp +++ b/modules/rhizo_base/manifests/osmocom.pp @@ -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',