Puppet Class: r10k::webhook::config
- Defined in:
- manifests/webhook/config.pp
Overview
Class: r10k::webhook::config
4 5 6 7 8 9 10 11 |
# File 'manifests/webhook/config.pp', line 4
class r10k::webhook::config (
) {
file { 'webhook.yml':
ensure => $r10k::webhook::config_ensure,
path => $r10k::webhook::config_path,
content => stdlib::to_yaml($r10k::webhook::config),
}
}
|