Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp')
-rw-r--r--org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp
index e4b96c845..7bcce82bb 100644
--- a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp
+++ b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/init.pp
@@ -77,6 +77,7 @@ class bugzilla {
"php5",
"phpmyadmin",
"puppet",
+ "cpanminus"
]
@@ -195,7 +196,7 @@ class bugzilla {
}
exec { "prepare bugzilla":
- command => "echo Bugzilla pre-requisites are installed",
+ command => "cpanm CGI; cpanm DBI; cpanm DateTime::TimeZone; cpanm Email::Sender;echo Bugzilla pre-requisites are installed",
require => [Exec["mysql create user ${dbuser}"],Exec["create $confDir"]],
}

Back to the top