Project

General

Profile

« Previous | Next » 

Revision b6ea6835

Added by Stephen Benjamin about 7 years ago

fixes #19259 - apache key should be mode 0440 (#154)

Foreman launches websockify process that needs read access to
this key.

View differences:

manifests/apache.pp
key_file => $apache_key,
manage_key => true,
key_owner => $::apache::user,
key_mode => '0400',
key_mode => '0440',
key_group => $group,
cert_file => $apache_cert,
notify => Service['httpd'],

Also available in: Unified diff