This commit is contained in:
@@ -45,7 +45,7 @@ class puppet_cd::r10k::webhook (
|
||||
}
|
||||
|
||||
# create service config
|
||||
file { $pt_r10k_hook_config_file:
|
||||
file { $pt_r10k_hook_service_file:
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0644',
|
||||
@@ -60,7 +60,7 @@ class puppet_cd::r10k::webhook (
|
||||
service { 'r10k-webhook':
|
||||
ensure => 'running',
|
||||
enable => true,
|
||||
subscribe => File[$pt_r10k_hook_config_file],
|
||||
subscribe => File[$pt_r10k_hook_service_file],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user