Skip to content

Commit

Permalink
restart smartd service when smartd.conf is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed May 14, 2013
1 parent 8387586 commit e02f06c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
content => template('smartd/smartd.conf'),
require => Package[$package_name],
before => Service[$service_name],
notify => Service[$service_name],
}

# Special sauce for Debian where it's not enough for the rc script
Expand Down

0 comments on commit e02f06c

Please sign in to comment.