ask.o.o : fix jetty package install

I'm certain I copied this from somewhere out of date; it should be
"ensure" not "state" for puppet4

Change-Id: I18272db219a7d047bc58728b1d09355fd0100881
This commit is contained in:
Ian Wienand 2019-05-22 06:45:37 +10:00
parent 05300b6268
commit dabe6e2768
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class openstack_project::ask (
package { 'jetty':
provider => dpkg,
state => installed,
ensure => present,
source => "/root/jetty_1.0_all.deb",
require => File['/root/jetty_1.0_all.deb']
}