Showing with 5 additions and 1 deletion.
  1. +2 −0 CHANGELOG
  2. +1 −1 Modulefile
  3. +1 −0 manifests/webhook.pp
  4. +1 −0 manifests/webhook/config.pp
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.3.4 - Eli Young
* Webhook fixes for reboots + refreshes
2.3.2 - Zach Leslie + misterdom
* Fix for #97
2.3.2 - Zach Leslie + misterdom
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'zack-r10k'
version '2.3.3'
version '2.3.4'
source 'https://github.com/acidprime/r10k'
author 'zack'
license 'Apache License, Version 2.0'
Expand Down
1 change: 1 addition & 0 deletions manifests/webhook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

service { 'webhook':
ensure => 'running',
enable => true,
pattern => '.*ruby.*webhoo[k]$',
hasstatus => false,
}
Expand Down
1 change: 1 addition & 0 deletions manifests/webhook/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
mode => '0644',
path => $configfile,
content => template('r10k/webhook.yaml.erb'),
notify => Service['webhook'],
}
}