Skip to content

Commit

Permalink
fix ident
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz authored and n00by committed Apr 26, 2018
1 parent 85b5bb1 commit 0b54a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}

file { $pki_dir:
ensure => directory,
owner => $user,
group => $group,
ensure => directory,
owner => $user,
group => $group,
}
}

0 comments on commit 0b54a48

Please sign in to comment.