From: Micah Anderson Date: Mon, 29 Sep 2008 16:29:23 +0000 (-0400) Subject: fix another trivial syntax error X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aefa01016057e17828948e47c86eb6e3d702a692;p=puppet-apt.git fix another trivial syntax error --- 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"]; }