diff --git a/xCAT-server/lib/xcat/plugins/hosts.pm b/xCAT-server/lib/xcat/plugins/hosts.pm index acddc90c7..27075de2f 100644 --- a/xCAT-server/lib/xcat/plugins/hosts.pm +++ b/xCAT-server/lib/xcat/plugins/hosts.pm @@ -2,6 +2,7 @@ package xCAT_plugin::hosts; use xCAT::Table; use Data::Dumper; +use File::Copy; my @hosts; #Hold /etc/hosts data to be written back