Add some notifies to pe services after making changes
This commit is contained in:
parent
03bfb39768
commit
6ff5658a2a
@ -10,6 +10,7 @@ class profile::puppetmaster {
|
||||
datadir => '/etc/puppetlabs/code/environments/%{environment}/hieradata',
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
notify => Service['pe-puppetserver'],
|
||||
}
|
||||
|
||||
##BEGIN - r10k webhook support
|
||||
@ -21,6 +22,7 @@ class profile::puppetmaster {
|
||||
user => 'root',
|
||||
group => '0',
|
||||
require => Class['r10k::webhook::config'],
|
||||
notify => Service['mcollective'],
|
||||
}
|
||||
##END - r10k webhook support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user