summaryrefslogtreecommitdiff
path: root/templates/core.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/core.xml')
-rw-r--r--templates/core.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/core.xml b/templates/core.xml
new file mode 100644
index 0000000..7539548
--- /dev/null
+++ b/templates/core.xml
@@ -0,0 +1,31 @@
1<?xml version="1.0"?>
2<configuration>
3<template description="Base server template">
4 <distpkg name="build-essential" />
5 <distpkg name="conntrack" />
6 <distpkg name="curl" />
7 <distpkg name="htop" />
8 <distpkg name="iptables" />
9 <distpkg name="lsof" />
10 <distpkg name="netcat" />
11 <distpkg name="ntp" />
12 <distpkg name="python-dev" />
13 <distpkg name="python-setuptools" />
14 <distpkg name="screen" />
15 <distpkg name="unzip" />
16 <distpkg name="zip" />
17 <distpkg name="vim" />
18
19 <python-pkg name="mercurial" />
20 <python-pkg name="python-cjson" />
21 <python-pkg name="supervisor" />
22 <python-pkg name="virtualenv" />
23 <python-pkg name="yolk" />
24
25 <cron name="filterwall.all" />
26 <account users="mcrute" />
27 <iptables />
28 <ssh />
29 <deb />
30</template>
31</configuration>