From: mh Date: Fri, 5 Aug 2011 09:12:29 +0000 (+0200) Subject: use the correct name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5173c717154e1fba74bdc9a7227401bc7b398397;p=puppet-apt.git use the correct name --- diff --git a/manifests/preferences_snippet.pp b/manifests/preferences_snippet.pp index bcc12de..91b3dde 100644 --- a/manifests/preferences_snippet.pp +++ b/manifests/preferences_snippet.pp @@ -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 } }