Install java7 runtime with logstash root manifest.

Logstash depends on java but the runtime wasn't being installed by
the Logstash manifest. Fix this.

Change-Id: I63f2c9831a9c9eae63f4eebd2493800dd606f8fb
Reviewed-on: https://review.openstack.org/30919
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2013-05-29 10:34:41 -07:00 committed by Jenkins
parent 501c3e0bf2
commit efabfa0e97
1 changed files with 4 additions and 0 deletions

View File

@ -74,4 +74,8 @@ class logstash {
group => 'logstash',
mode => '0644',
}
package { 'openjdk-7-jre-headless':
ensure => present,
}
}