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:
parent
4e43cb089c
commit
c140bec6d2
@ -74,4 +74,8 @@ class logstash {
|
|||||||
group => 'logstash',
|
group => 'logstash',
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package { 'openjdk-7-jre-headless':
|
||||||
|
ensure => present,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user