diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2007-10-12 17:26:49 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2007-10-12 17:26:49 +0000 |
commit | f98f9e310682cd77180ef49e5fda0994d973336e (patch) | |
tree | dac9403cd49066d4bcc58fdeef88bce1c50281cf /sitesummary-makewebreport | |
parent | d39cfeb90a670a5a7006602e56cd26501ad1343d (diff) | |
download | sitesummary-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-x | sitesummary-makewebreport | 2 |
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 |