Skip to content

Commit

Permalink
fix ident
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 5, 2017
1 parent 58095b9 commit c47cd3e
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 c47cd3e

Please sign in to comment.