Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Smith committed Aug 6, 2015
1 parent 728cf5f commit 87d8cb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/webhook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
}

file { '/var/log/webhook/access.log':
ensure => 'file',
owner => $user,
group => $group,
mode => '0644',
before => File['webhook_bin'],
ensure => 'file',
owner => $user,
group => $group,
mode => '0644',
before => File['webhook_bin'],
}

file { '/var/log/webhook':
Expand Down

0 comments on commit 87d8cb3

Please sign in to comment.