Skip to content

Commit

Permalink
Use correct comment syntax
Browse files Browse the repository at this point in the history
My brain was in C mode somehow.
  • Loading branch information
oranenj authored Jul 6, 2021
1 parent adc39eb commit fdf8350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
}
Expand Down

0 comments on commit fdf8350

Please sign in to comment.