summaryrefslogtreecommitdiff
path: root/services/ubuntu.cf
diff options
context:
space:
mode:
Diffstat (limited to 'services/ubuntu.cf')
-rw-r--r--services/ubuntu.cf53
1 files changed, 0 insertions, 53 deletions
diff --git a/services/ubuntu.cf b/services/ubuntu.cf
deleted file mode 100644
index 9b711a3..0000000
--- a/services/ubuntu.cf
+++ /dev/null
@@ -1,53 +0,0 @@
-bundle common flavour
-{
- vars:
- ubuntu::
- "packages" slist => {
- "at",
- "bridge-utils",
- "check-mk-agent",
- "curl",
- "dstat",
- "git",
- "htop",
- "iptables",
- "mailutils",
- "ncdu",
- "socat",
- "tig",
- "tmux",
- "tree",
- "vim",
- "wget",
- };
- ubuntu&!containers::
- "packages" slist => {
- @(packages),
- "ethtool",
- "iptstate",
- "ipvsadm",
- "lvm2",
- "mosh",
- "nmap",
- "ntpdate",
- "openntpd",
- "openssh-server",
- "needrestart",
- };
- ubuntu&console_julien::
- "packages" slist => {
- @(packages),
- "apt-file",
- "asciidoc",
- "build-essential",
- "cgdb",
- "cmake",
- "gpa",
- "pass",
- "pwgen",
- "sipcalc",
- "valgrind",
- "weechat",
- "whois",
- };
-}