diff options
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 8bafa95..d8ce756 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -48,8 +48,9 @@ class smartmontools { owner => root, group => root, mode => 0644, - notify => Service["smartmontools"], + notify => Service['smartmontools'], source => "puppet://$server/modules/smartmontools/default/smartmontools", + require => Package['smartmontools'], } service { "smartmontools": |