Skip to content

Commit

Permalink
Merge pull request #632 from bastelfreak/yaml
Browse files Browse the repository at this point in the history
replace to_yaml() with stdlib::to_yaml()
  • Loading branch information
bastelfreak committed Sep 5, 2023
2 parents a7928ff + 7ba6728 commit 36be672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/webhook/config.pp
Expand Up @@ -6,7 +6,7 @@
file { 'webhook.yml':
ensure => $r10k::webhook::config_ensure,
path => $r10k::webhook::config_path,
content => to_yaml($r10k::webhook::config),
content => stdlib::to_yaml($r10k::webhook::config),
notify => Service['webhook-go'],
}
}

0 comments on commit 36be672

Please sign in to comment.