summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/common.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index b7adb76..cb6da75 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -53,4 +53,8 @@ class profiles::common (
include ::profiles::nspawned
}
+ package { 'nano':
+ ensure => absent,
+ }
+
}