Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5ac47bc6 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

fix indentation to make rubocop happy again

parent 3ac02511
No related branches found
No related tags found
No related merge requests found
Pipeline #181253 passed
...@@ -75,7 +75,7 @@ d['sites'].each_pair do |site, ds| ...@@ -75,7 +75,7 @@ d['sites'].each_pair do |site, ds|
when 'Dell Inc.' then 'Dell' # normalize according to schema when 'Dell Inc.' then 'Dell' # normalize according to schema
when 'HP' then 'HPE' when 'HP' then 'HPE'
else fn['chassis']['manufacturer'] else fn['chassis']['manufacturer']
end end
] ]
oc['jobschedulerName'] = 'oar' oc['jobschedulerName'] = 'oar'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment