Merge "Dashboard's local_settings file should not be world readable"
This commit is contained in:
@@ -44,6 +44,13 @@ class {'::horizon':
|
||||
},
|
||||
}
|
||||
|
||||
File <| path == $::horizon::params::config_file |> {
|
||||
ensure => present,
|
||||
owner => 'root',
|
||||
group => $::horizon::params::apache_group,
|
||||
mode => 0640,
|
||||
}
|
||||
|
||||
if $horizon_ssl {
|
||||
apache::listen { '443': }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user