]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
use the correct name
authormh <mh@immerda.ch>
Fri, 5 Aug 2011 09:12:29 +0000 (11:12 +0200)
committerintrigeri <intrigeri@boum.org>
Wed, 11 Apr 2012 09:35:31 +0000 (11:35 +0200)
manifests/preferences_snippet.pp

index bcc12de979999b55e6c71bffb0682db92d275ab5..91b3dde64621b5e9c4c24ff77e81b100bb3948ed 100644 (file)
@@ -21,12 +21,12 @@ define apt::preferences_snippet(
   # lenny, we can't generalize without going into ugly special-casing.
   case $source {
     '': {
-      Concat::Fragment[$name]{
+      Concat::Fragment["apt_preference_${name}"]{
         content => template("apt/preferences_snippet.erb")
       }
     }
     default: {
-      Concat::Fragment[$name]{
+      Concat::Fragment["apt_preference_${name}"]{
         source => $source
       }
     }