Fix debian_org::apt_restricted
[mirror/dsa-puppet.git] / modules / debian_org / manifests / apt_restricted.pp
index 86d8561..4dd668a 100644 (file)
@@ -1,7 +1,7 @@
 class debian_org::apt_restricted {
        site::aptrepo { 'db.debian.org.restricted':
                url        => 'http://db.debian.org/debian-admin',
-               suite      => '${::lsbdistcodename}-restricted',
+               suite      => "${::lsbdistcodename}-restricted",
                components => 'non-free',
        }
 }