]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
fix another trivial syntax error
authorMicah Anderson <micah@riseup.net>
Mon, 29 Sep 2008 16:29:23 +0000 (12:29 -0400)
committerMicah Anderson <micah@riseup.net>
Mon, 29 Sep 2008 16:29:23 +0000 (12:29 -0400)
manifests/init.pp

index cacb10915bcfa9079e315b7654dfd96a853be8c2..e7eddbc4a62d67484523b4751fc6082e8e75f339 100644 (file)
@@ -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"];
             }