move etc/default/ntpdate to a template
[mirror/dsa-puppet.git] / modules / ntpdate / manifests / init.pp
index 006daa5..37de5af 100644 (file)
@@ -10,7 +10,7 @@ class ntpdate {
                     owner   => root,
                     group   => root,
                     mode    => 444,
-                    source  => [ "puppet:///modules/ntpdate/etc-default-ntpdate" ],
+                    content => template("ntpdate/etc-default-ntpdate.erb"),
                     ;
             }
         }