diff options
-rw-r--r-- | SiteSummary.pm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm index 4db2953..78fc71f 100644 --- a/SiteSummary.pm +++ b/SiteSummary.pm @@ -9,20 +9,20 @@ our $VERSION = 0.01; our @ISA = qw(Exporter); our @EXPORT = qw( for_all_hosts + get_debian_edu_profile + get_debian_edu_ver get_default_route + get_dns_address get_filepath_current + get_hardware_info get_hostclass - get_site - get_sitegroup get_hostname - get_dns_address + get_linux_kernel_ver get_macaddresses - get_primary_macaddress get_primary_ip_address - get_linux_kernel_ver - get_debian_edu_profile - get_debian_edu_ver - get_hardware_info + get_primary_macaddress + get_site + get_sitegroup is_laptop is_pkg_installed ); |