Install debugging tools
authorMichael Adam <obnox@samba.org>
Thu, 8 Jan 2015 21:02:20 +0000 (22:02 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 9 Jan 2015 00:44:55 +0000 (01:44 +0100)
Vagrantfile

index a3641e114408d225ec2979a2eb6b03d58fabacdd..6ae6aa66f855ac3a61e48838e0d3fe73c6cf11ef 100644 (file)
@@ -37,7 +37,7 @@ VMS = [
 PROVISION_SCRIPT = <<SCRIPT
 set -e 
 
-yum -y install ctdb samba
+yum -y install valgrind strace gdb ctdb samba
 
 # create nodes file:
 echo #{VMS[0][:internal_ip]} >  /etc/ctdb/nodes