make site::aptrepo a proper type
[mirror/dsa-puppet.git] / modules / megactl / manifests / init.pp
index e504972..252b418 100644 (file)
@@ -8,6 +8,8 @@ class megactl {
        }
 
        site::aptrepo { 'debian.restricted':
-               template => 'debian-org/etc/apt/sources.list.d/debian.restricted.list.erb',
+               url        => 'http://db.debian.org/debian-admin',
+               suite      => 'lenny-restricted',
+               components => 'non-free',
        }
 }