don't pre-install munin-node
This commit is contained in:
parent
d31c4ea07b
commit
3d6aab9c57
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if [ ! -d $CACHEDIR ]; then
|
|||
# trigger the initial debootstrap
|
||||
lxc-create -n $CONTAINER -t natty -f $LXC_CONF
|
||||
chroot $CACHEDIR apt-get update
|
||||
chroot $CACHEDIR apt-get install -y --force-yes `cat files/apts/* | cut -d\# -f1 | egrep -v "(rabbitmq|libvirt-bin|mysql-server)"`
|
||||
chroot $CACHEDIR apt-get install -y --force-yes `cat files/apts/* | cut -d\# -f1 | egrep -v "(rabbitmq|libvirt-bin|mysql-server|munin-node)"`
|
||||
chroot $CACHEDIR pip install `cat files/pips/*`
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue