Skip to content

Commit

Permalink
Merge pull request #71 from adamcrews/fix_lint
Browse files Browse the repository at this point in the history
Fix minor lint issues
  • Loading branch information
acidprime committed Aug 28, 2014
2 parents d032e53 + 016c9d4 commit a5ab77b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pkg
spec/fixtures/manifests/site.pp
.DS_Store
*.swp
.bundle
7 changes: 4 additions & 3 deletions manifests/webhook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit a5ab77b

Please sign in to comment.