Fix puppet-lint job
Lets make our puppet-lint job happy again. Change-Id: Ib15234192291158f0fe9668e615f7cb8f400918c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
c34f350cfe
commit
442ddf36ea
@ -22,10 +22,10 @@ class infracloud::cacert (
|
||||
}
|
||||
|
||||
exec { 'update-ca-certificates':
|
||||
command => $::infracloud::params::cert_command,
|
||||
subscribe => [
|
||||
File["${::infracloud::params::cert_path}/openstack_infra_ca.crt"],
|
||||
],
|
||||
refreshonly => true,
|
||||
command => $::infracloud::params::cert_command,
|
||||
subscribe => [
|
||||
File["${::infracloud::params::cert_path}/openstack_infra_ca.crt"],
|
||||
],
|
||||
refreshonly => true,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user