aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-08-05 11:22:05 +0200
committerintrigeri <intrigeri@boum.org>2012-04-11 11:35:31 +0200
commit56efade862ca11245fd504d5fb406ae12ee7c924 (patch)
tree69ad38d945bac7323d484cba80e31bcf1f68b1f0 /manifests/init.pp
parent5173c717154e1fba74bdc9a7227401bc7b398397 (diff)
downloadpuppet-apt-56efade862ca11245fd504d5fb406ae12ee7c924.tar.gz
puppet-apt-56efade862ca11245fd504d5fb406ae12ee7c924.tar.bz2
use correct references for new concat usage
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 4d65e77..960f18d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -154,7 +154,7 @@ class apt {
}
if $custom_preferences != false {
Exec["custom_keys"] {
- before => Concatenated_file[apt_config],
+ before => Concat[apt_config],
}
}
}