diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 14:38:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 14:38:35 -0300 |
commit | 8df08bdf69fc1654d3ad80e76fd6234ac0db1697 (patch) | |
tree | 61a0b3dffbc5e42cdb44888d21baddfe50219aeb /manifests | |
parent | 9c43b0a4265e274b7938a82797f3a1c14dd03555 (diff) | |
download | puppet-smartmontools-8df08bdf69fc1654d3ad80e76fd6234ac0db1697.tar.gz puppet-smartmontools-8df08bdf69fc1654d3ad80e76fd6234ac0db1697.tar.bz2 |
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index d0fb0cf..faa54f2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -49,7 +49,7 @@ class smartmontools { group => root, mode => '0644', notify => Service['smartmontools'], - source => "puppet://$server/modules/smartmontools/default/smartmontools", + source => "puppet:///modules/smartmontools/default/smartmontools", require => Package['smartmontools'], } |