Skip to content

Commit

Permalink
Make puppetdoc work.
Browse files Browse the repository at this point in the history
  • Loading branch information
razorsedge committed Aug 2, 2013
1 parent cedc03d commit ecd8877
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@
# Copyright 2012 Massachusetts Institute of Technology
# Copyright (C) 2013 Joshua Hoblitt
#

class smartd ($ensure = 'present',
class smartd ($ensure = 'present',
$autoupdate = $smartd::params::autoupdate,
$package_name = $smartd::params::package_name,
$service_name = $smartd::params::service_name,
Expand Down
1 change: 0 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# Copyright 2012 Massachusetts Institute of Technology
# Copyright (C) 2013 Joshua Hoblitt
#

class smartd::params {
$autoupdate = false
$package_name = 'smartmontools'
Expand Down

0 comments on commit ecd8877

Please sign in to comment.