Skip to content

Fix for hostname not being discovered when using ConfigCentral.pm from other code

nordugrid-arc-bot requested to merge cherrypick-104-for-next-major into next-major

Begin arcbot message
This merge request is automatically copied from !104 (merged) orginally made by @floridop
End arcbot message

## Fix for hostname not being discovered when using ConfigCentral.pm from other code

Description

Missing module with the hostname() function

Added relevant lines of code to import Sys::Hostname in ConfigCentral.pm.in, removed them from CEinfo.pl.in as they're not used anymore

Merge request reports