Skip to content

Commit

Permalink
Align puppet code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bschonec committed Sep 15, 2022
1 parent 428bfe4 commit 60ed203
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/functions/create_export.pp
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@

unless defined(File[$name]) {
filepath { $name:
ensure => present,
owner => $owner,
group => $group,
mode => $mode,
ensure => present,
owner => $owner,
group => $group,
mode => $mode,
}
}
}
Expand Down

0 comments on commit 60ed203

Please sign in to comment.