From 77e18dae1e1582645092f77b5d5560036e1718a1 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Mon, 26 Sep 2016 09:36:33 +0200 Subject: [PATCH] Remove unnecesary spaces in log messages. Spaces added by mistake in some log messages. Change-Id: I1e3402d38de0b87c15f4d5d1c67bc2f7e26ef8cc --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 1519709b..efa29425 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -33,7 +33,7 @@ class glance::params { } default: { fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, \ - module ${module_name} only support osfamily RedHat and Debian") +module ${module_name} only support osfamily RedHat and Debian") } }