summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-18 20:54:03 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-18 20:54:03 +0100
commitaae7ef0a16a5d54872523ad2f8484f15bebff958 (patch)
tree6eafb6fdb4d8b6bdd1bf1a14a776e2a2c63a26ac
parentDNS Views. (diff)
downloadprofiles-aae7ef0a16a5d54872523ad2f8484f15bebff958.tar.gz
profiles-aae7ef0a16a5d54872523ad2f8484f15bebff958.tar.xz
Fuck nano.
-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,
+ }
+
}