Move notification from File to Concat
Up to 2.0.0 concat was done as a define which contains File. This change moves notification from File resource (which was generated by concat) to concat itself. Any changes in fragments will cause Concat resource to notify service which is logically the same as sending notification from generated File resource. This patch is compatible with concat 1.2.0 and 2.1.0 Change-Id: I1f46861f42bf0aea7f9c0a581ebf3d68cc6bd662
This commit is contained in:
@@ -169,7 +169,7 @@ class horizon::wsgi::apache (
|
||||
}
|
||||
|
||||
Package['horizon'] -> Package['httpd']
|
||||
File[$::horizon::params::config_file] ~> Service['httpd']
|
||||
Concat[$::horizon::params::config_file] ~> Service['httpd']
|
||||
|
||||
$unix_user = $::osfamily ? {
|
||||
'RedHat' => $::horizon::params::apache_user,
|
||||
|
Reference in New Issue
Block a user