mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-01 16:04:19 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -52,7 +52,7 @@ module SystemCheck
|
||||
def load_config
|
||||
erb = ERB.new(File.read(mail_room_config_path))
|
||||
erb.filename = mail_room_config_path
|
||||
config_file = YAML.safe_load(erb.result)
|
||||
config_file = YAML.safe_load(erb.result, permitted_classes: [Symbol])
|
||||
|
||||
config_file[:mailboxes]
|
||||
end
|
||||
|
Reference in New Issue
Block a user