Skip to content

Commit 2ad960d

Browse files
committed
Add lint:ignore:only_variable_string
1 parent 9580f0f commit 2ad960d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/params.pp

+2
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,9 @@
385385

386386
case $::operatingsystem {
387387
'Ubuntu': {
388+
# lint:ignore:only_variable_string
388389
if versioncmp("${::operatingsystemmajrelease}", '14.10') > 0 {
390+
# lint:endignore
389391
$server_service_provider = 'systemd'
390392
} else {
391393
$server_service_provider = 'upstart'

0 commit comments

Comments
 (0)