Skip to content

Commit

Permalink
Fix wrong parameter name in params.pp
Browse files Browse the repository at this point in the history
It should be $manage_service not $service_manage!
  • Loading branch information
queeno committed Jun 12, 2015
1 parent d5ce6ce commit 8b633d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class smartd::params {
$package_name = 'smartmontools'
$service_ensure = 'running'
$service_manage = true
$manage_service = true
$devicescan = true
$devicescan_options = undef
$devices = []
Expand Down

0 comments on commit 8b633d9

Please sign in to comment.