aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/office/console.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/utils/office/console.pp b/manifests/utils/office/console.pp
index 8758321..b35247e 100644
--- a/manifests/utils/office/console.pp
+++ b/manifests/utils/office/console.pp
@@ -32,8 +32,8 @@ class nodo::utils::office::console (
# Instead of removing this package, we'll let it stay
# for now on systems that were upgraded from previous
# Debian versions
- #default => absent,
- default => undef,
+ #default => undef,
+ default => absent,
}
}
}