From fdf8350876f8f81e6b1007da527e621a0e01e004 Mon Sep 17 00:00:00 2001 From: Jarkko Oranen Date: Tue, 6 Jul 2021 12:45:12 +0300 Subject: [PATCH] Use correct comment syntax My brain was in C mode somehow. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index c3f2be72..e43c9c12 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -412,7 +412,7 @@ Optional[Integer[0]] $poolsize = undef, Optional[Boolean] $enable_connection_pooling = undef, ) { - // To maintain compatibility with previous behaviour, we check for not-servicedesk instead of specifying the + # To maintain compatibility with previous behaviour, we check for not-servicedesk instead of specifying the if $product != 'servicedesk' and versioncmp($jira::version, '8.0.0') < 0 { fail('JIRA versions older than 8.0.0 are no longer supported. Please use an older version of this module to upgrade first.') }