aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-08-05 11:22:05 +0200
committermh <mh@immerda.ch>2011-08-05 11:22:05 +0200
commit7727549c02c97e6a20dffcbf996bce90c252c793 (patch)
tree94beec39928cd7c9dc0a6a77c313330d83ae167d /manifests/init.pp
parent2b7cfe52f7a1720947e57ba5163546c37712db16 (diff)
downloadpuppet-apt-7727549c02c97e6a20dffcbf996bce90c252c793.tar.gz
puppet-apt-7727549c02c97e6a20dffcbf996bce90c252c793.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 b5be91f..3a816d2 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -167,7 +167,7 @@ class apt {
}
if $custom_preferences != false {
Exec["custom_keys"] {
- before => Concatenated_file[apt_config],
+ before => Concat[apt_config],
}
}
}