summaryrefslogtreecommitdiff
path: root/templates/core.xml
blob: 7539548b3f8a9feb32dcd4f6cbece921dac2dc95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<configuration>
<template description="Base server template">
    <distpkg name="build-essential" />
    <distpkg name="conntrack" />
    <distpkg name="curl" />
    <distpkg name="htop" />
    <distpkg name="iptables" />
    <distpkg name="lsof" />
    <distpkg name="netcat" />
    <distpkg name="ntp" />
    <distpkg name="python-dev" />
    <distpkg name="python-setuptools" />
    <distpkg name="screen" />
    <distpkg name="unzip" />
    <distpkg name="zip" />
    <distpkg name="vim" />

    <python-pkg name="mercurial" />
    <python-pkg name="python-cjson" />
    <python-pkg name="supervisor" />
    <python-pkg name="virtualenv" />
    <python-pkg name="yolk" />

    <cron name="filterwall.all" />
    <account users="mcrute" />
    <iptables />
    <ssh />
    <deb />
</template>
</configuration>