From 442ddf36ea27bfc2f0a1ed558b24cc6f8e2a67f5 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 2 May 2017 09:37:46 -0400 Subject: [PATCH] Fix puppet-lint job Lets make our puppet-lint job happy again. Change-Id: Ib15234192291158f0fe9668e615f7cb8f400918c Signed-off-by: Paul Belanger --- manifests/cacert.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/cacert.pp b/manifests/cacert.pp index 7f8dcc5..7433ecd 100644 --- a/manifests/cacert.pp +++ b/manifests/cacert.pp @@ -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, } }