From aefa01016057e17828948e47c86eb6e3d702a692 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 29 Sep 2008 12:29:23 -0400 Subject: fix another trivial syntax error --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index cacb109..e7eddbc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -47,7 +47,7 @@ class apt { } default: { config_file { "/etc/apt/preferences": - content => $custom_preferences + content => $custom_preferences, alias => apt_config, require => File["/etc/apt/sources.list"]; } -- cgit v1.2.3