diff --git a/manifests/init.pp b/manifests/init.pp index 2741a94..19ff15c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,6 @@ class lvmsync { file { "/usr/local/sbin/lvmsync": - ensure => present, + ensure => file, source => "puppet:///modules/lvmsync/lvmsync", mode => 0555, owner => root,