Added package dependencies for abusehelper

This commit is contained in:
Ossi Salmi 2010-11-19 11:39:18 +02:00 committed by Timo Mkinen
parent 23417ab270
commit 78093e1115

View file

@ -6,6 +6,10 @@ class abusehelper {
fail("\$abusehelper_revision must be set.")
}
package { [ "python-pyme", "python-tz" ]:
ensure => installed,
}
include svn::client
svn::export { "/usr/local/src/abusehelper":
source => "http://abusehelper.googlecode.com/svn/trunk",