Skip to content

Commit af24e28

Browse files
committed
fix default ownership in configs class
1 parent c15d8e1 commit af24e28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/configs.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
$conffiles.each | String $filename, Hash $vals | {
7676
openssl::config { $filename:
7777
* => {
78+
owner => $owner,
79+
group => $group,
80+
mode => $mode,
7881
country => $country,
7982
state => $state,
8083
locality => $locality,

0 commit comments

Comments
 (0)