aboutsummaryrefslogtreecommitdiffstats
path: root/sitesummary-makewebreport
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2007-10-12 17:26:49 +0000
committerPetter Reinholdtsen <pere@hungry.com>2007-10-12 17:26:49 +0000
commitf98f9e310682cd77180ef49e5fda0994d973336e (patch)
treedac9403cd49066d4bcc58fdeef88bce1c50281cf /sitesummary-makewebreport
parentd39cfeb90a670a5a7006602e56cd26501ad1343d (diff)
downloadsitesummary-f98f9e310682cd77180ef49e5fda0994d973336e.tar.gz
sitesummary-f98f9e310682cd77180ef49e5fda0994d973336e.tar.bz2
sitesummary-f98f9e310682cd77180ef49e5fda0994d973336e.tar.xz
* UNRELEASED
* Add get_hostclass() to the SiteSummary perl module API. * Add host class summary to the default list of web reports.
Diffstat (limited to 'sitesummary-makewebreport')
-rwxr-xr-xsitesummary-makewebreport2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitesummary-makewebreport b/sitesummary-makewebreport
index 43afc8e..47155e9 100755
--- a/sitesummary-makewebreport
+++ b/sitesummary-makewebreport
@@ -15,7 +15,7 @@ cat <<EOF
<pre>
EOF
-for f in site-summary kernelversion-summary debian_edu-summary ; do
+for f in hostclass-summary site-summary kernelversion-summary debian_edu-summary ; do
/usr/lib/sitesummary/$f
echo
done