Skip to content

Commit ad9caed

Browse files
committed
Set ownership on SSL key
1 parent 25620e4 commit ad9caed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manifests/config.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,9 @@
137137
}
138138
}
139139
}
140+
141+
file { $foreman_proxy::ssl_key:
142+
group => $foreman_proxy::group,
143+
mode => '0640',
144+
}
140145
}

0 commit comments

Comments
 (0)