Added package dependencies for abusehelper
This commit is contained in:
parent
23417ab270
commit
78093e1115
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ class abusehelper {
|
||||||
fail("\$abusehelper_revision must be set.")
|
fail("\$abusehelper_revision must be set.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package { [ "python-pyme", "python-tz" ]:
|
||||||
|
ensure => installed,
|
||||||
|
}
|
||||||
|
|
||||||
include svn::client
|
include svn::client
|
||||||
svn::export { "/usr/local/src/abusehelper":
|
svn::export { "/usr/local/src/abusehelper":
|
||||||
source => "http://abusehelper.googlecode.com/svn/trunk",
|
source => "http://abusehelper.googlecode.com/svn/trunk",
|
||||||
|
|
Loading…
Add table
Reference in a new issue