aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index 3414fd3..3c8bdae 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -1,6 +1,6 @@
# Common utilities
class nodo::utils inherits nodo::utils::base {
- package { [ 'vim-nox' ]:
+ package { [ 'vim-nox', 'debian-security-support' ]:
ensure => installed,
}