Skip to content

Commit

Permalink
suppress linter 80chars warnings
Browse files Browse the repository at this point in the history
In params.pp where it's not easy to avoid slightly > 80char lines
  • Loading branch information
jhoblitt committed Feb 10, 2015
1 parent 6100a71 commit 951d6a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}
'RedHat': {
$config_file = $::operatingsystem ? {
# lint:ignore:80chars
'Fedora' => $::operatingsystemrelease ? {
# No, I am not going to support versions 1-9.
/10|11|12|13|14|15|16|17|18/ => '/etc/smartd.conf',
Expand All @@ -46,6 +47,7 @@
default => '/etc/smartmontools/smartd.conf',
},
default => '/etc/smartd.conf',
# lint:endignore
}
$service_name = 'smartd'
}
Expand Down

0 comments on commit 951d6a5

Please sign in to comment.