starting over with hook - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
@@ -228,7 +228,7 @@ class puppet_cd::params (
|
||||
$pt_puppetdb_repl_erb = 'puppet_cd/puppetdb/repl.ini.erb'
|
||||
## r10k
|
||||
$pt_r10k_hook_file = '/usr/local/bin/webhook'
|
||||
|
||||
|
||||
# service
|
||||
$pt_server_service = 'puppetserver'
|
||||
$pt_agent_service = 'puppet'
|
||||
|
||||
@@ -8,7 +8,7 @@ class puppet_cd::r10k::webhook (
|
||||
) inherits puppet_cd::params {
|
||||
if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k_webhook == true) {
|
||||
# create the webhook binary
|
||||
file { $pt_r10k_hook_file,
|
||||
file { $pt_r10k_hook_file:
|
||||
ensure => file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
|
||||
Reference in New Issue
Block a user