]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Variable backports_enabled should be enable with true and not 'true'
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 28 Dec 2009 13:11:36 +0000 (11:11 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 28 Dec 2009 13:11:36 +0000 (11:11 -0200)
manifests/init.pp

index 2d2d6b30c72d33d5069250c08ad5d86c09065347..9ef9768afdaeb80294a408412a6f2472f75c2b93 100644 (file)
@@ -97,7 +97,7 @@ class apt {
        }
 
        case $backports_enabled {
-         'true': {   
+         true: {   
              config_file {
                      # backports
                      "/etc/apt/sources.list.d/debian-backports.list":