diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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": |