This commit is contained in:
@@ -54,8 +54,14 @@ class puppet_cd::r10k::install (
|
||||
content => template($pt_r10k_erb),
|
||||
}
|
||||
if $pt_use_r10k_webhook == true {
|
||||
file { $pt_r10k_webhook_pkg:
|
||||
ensure => file,
|
||||
source => 'puppet:///modules/puppet_cd/webhook-go.rpm'
|
||||
}
|
||||
|
||||
package { $pt_r10k_webhook_pkg:
|
||||
ensure => $pt_pkg_ensure,
|
||||
require => File[$pt_r10k_webhook_pkg]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user