fix hiera lookup call
[mirror/dsa-puppet.git] / modules / schroot / manifests / init.pp
index 4bd8964..ee24dc2 100644 (file)
@@ -1,5 +1,5 @@
 class schroot {
-       $mirror = lookup('apt::sources::debian::location', {'strategy' => 'first'})
+       $mirror = lookup('apt::sources::debian::location', { 'merge' => { 'strategy' => 'first'}} )
 
        package { 'schroot':
                ensure => installed,