Merge "Dashboard's local_settings file should not be world readable"

This commit is contained in:
Jenkins
2015-12-04 16:32:03 +00:00
committed by Gerrit Code Review

View File

@@ -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': }
}