Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class profile::r10k_webhook {
- include r10k::mcollective
- class { 'r10k::webhook::config':
- enable_ssl => true,
- protected => true,
- user => 'peadmin',
- pass => 'complexpasswordgoeshere',
- notify => Service['webhook'],
- }
- class { 'r10k::webhook':
- require => Class['r10k::webhook::config'],
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement