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',
|
datadir => '/etc/puppetlabs/code/environments/%{environment}/hieradata',
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
|
notify => Service['pe-puppetserver'],
|
||||||
}
|
}
|
||||||
|
|
||||||
##BEGIN - r10k webhook support
|
##BEGIN - r10k webhook support
|
||||||
@ -21,6 +22,7 @@ class profile::puppetmaster {
|
|||||||
user => 'root',
|
user => 'root',
|
||||||
group => '0',
|
group => '0',
|
||||||
require => Class['r10k::webhook::config'],
|
require => Class['r10k::webhook::config'],
|
||||||
|
notify => Service['mcollective'],
|
||||||
}
|
}
|
||||||
##END - r10k webhook support
|
##END - r10k webhook support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user