Skip to content

Commit

Permalink
Set ownership on SSL key
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Jun 15, 2020
1 parent 25620e4 commit 9a6a41d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,8 @@
}
}
}

file { $foreman_proxy::ssl_key:
owner => $foreman_proxy::user,
}
}

0 comments on commit 9a6a41d

Please sign in to comment.