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:
Paul Belanger 2017-05-02 09:37:46 -04:00
parent c34f350cfe
commit 442ddf36ea
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 5 additions and 5 deletions

View File

@ -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,
}
}