diff --git a/.gitignore b/.gitignore index 1699eb7a..b94d0421 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pkg spec/fixtures/manifests/site.pp .DS_Store *.swp +.bundle diff --git a/manifests/webhook.pp b/manifests/webhook.pp index dbb857c5..2e983672 100644 --- a/manifests/webhook.pp +++ b/manifests/webhook.pp @@ -32,10 +32,11 @@ require => Package['sinatra'], before => File['webhook_bin'], } + file { 'webhook_bin': - source => 'puppet:///modules/r10k/webhook', - path => '/usr/local/bin/webhook', - notify => Service['webhook'], + source => 'puppet:///modules/r10k/webhook', + path => '/usr/local/bin/webhook', + notify => Service['webhook'], } service { 'webhook':