Skip to content

Commit

Permalink
linting..
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Schutijser committed Jul 5, 2018
1 parent 2548ce1 commit 63f3467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
}

file {$tokendir:
ensure => directory,
owner => $user,
group => $group,
ensure => directory,
owner => $user,
group => $group,
}
file {$conf_file:
ensure => file,
Expand Down

0 comments on commit 63f3467

Please sign in to comment.