From 9c7862d255ab9082328f4e9d9d4089ba92a8b915 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 28 Dec 2009 11:11:36 -0200 Subject: Variable backports_enabled should be enable with true and not 'true' --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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": -- cgit v1.2.3