From bb937c8f4288313caacf7f28b71f30e309869619 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Tue, 28 Feb 2017 15:57:54 +0100 Subject: [PATCH] Fix double quoted string --- manifests/feature/api.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/feature/api.pp b/manifests/feature/api.pp index 42f040161..9360783f9 100644 --- a/manifests/feature/api.pp +++ b/manifests/feature/api.pp @@ -312,7 +312,7 @@ 'ca': { class { '::icinga2::pki::ca': } - notice("This parameter is deprecated and will be removed in future versions! Please use ::icinga2::pki::ca instead") + notice('This parameter is deprecated and will be removed in future versions! Please use ::icinga2::pki::ca instead') } # ca } # pki