From: Silvio Rhatto Date: Mon, 28 Dec 2009 13:11:36 +0000 (-0200) Subject: Variable backports_enabled should be enable with true and not 'true' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9c7862d255ab9082328f4e9d9d4089ba92a8b915;p=puppet-apt.git Variable backports_enabled should be enable with true and not 'true' --- diff --git a/manifests/init.pp b/manifests/init.pp index 2d2d6b3..9ef9768 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -97,7 +97,7 @@ class apt { } case $backports_enabled { - 'true': { + true: { config_file { # backports "/etc/apt/sources.list.d/debian-backports.list":