Skip to content

Commit

Permalink
catchup commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Jan 28, 2008
1 parent 799982a commit 9b2e3b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions manifests/awstats.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Some awstats defines and classes to be integrated into apache suppport
# Copyright (C) 2008 David Schmitt <david@schmitt.edv-bus.at>
# See LICENSE for the full license granted to you.

class apache::awstats {

package { [ "awstats", "libnet-dns-perl", "libnet-ip-perl", "libgeo-ipfree-perl", "libnet-xwhois-perl" ]:
ensure => installed,
}

}

0 comments on commit 9b2e3b4

Please sign in to comment.