From: Peter Palfrader Date: Sun, 19 Feb 2017 08:15:00 +0000 (+0100) Subject: restart instead of just start X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=7b3a9d7a8a09ece8eecaff50fdc8cd513961dbdb;p=mirror%2Fdsa-puppet.git restart instead of just start --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index b93c243d9..e8962c6df 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -192,7 +192,7 @@ class debian-org { file { '/etc/rc.local': mode => '0755', content => template('debian-org/rc.local.erb'), - notify => Exec['service rc.local start'], + notify => Exec['service rc.local restart'], } file { '/etc/dsa': ensure => directory, @@ -258,7 +258,7 @@ class debian-org { exec { 'service puppetmaster restart': refreshonly => true } - exec { 'service rc.local start': + exec { 'service rc.local restart': refreshonly => true } exec { 'init q':