Sha256: 793a9d6642b54c9ef199f156ca68c94ffc4589a031d0cfc7f3bee262d5ee9ed8

Contents?: true

Size: 299 Bytes

Versions: 24

Compression:

Stored size: 299 Bytes

Contents

#!/bin/bash

if [ -f .veewee_params ]
then
  . .veewee_params
fi

groupadd -r admin
usermod -a -G admin vagrant
cp /etc/sudoers /etc/sudoers.orig
sed -i -e '/Defaults\s\+env_reset/a Defaults\texempt_group=admin' /etc/sudoers
sed -i -e 's/%admin ALL=(ALL) ALL/%admin ALL=NOPASSWD:ALL/g' /etc/sudoers

Version data entries

24 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.5.0.alpha4 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh
veewee-0.5.0.alpha3 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.5.0.alpha3 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh
veewee-0.5.0.alpha2 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh
veewee-0.5.0.alpha2 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.5.0.alpha1 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.5.0.alpha1 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh
veewee-0.4.5.1 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh
veewee-0.4.5.1 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.4.5 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.4.5 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh
veewee-0.4.5.pre1 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh
veewee-0.4.5.pre1 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.4.4 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.4.4 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh
veewee-0.4.3 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.4.3 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh
veewee-0.4.2 templates/ubuntu-13.04-server-amd64/sudo.sh
veewee-0.4.2 templates/ubuntu-13.04-server-amd64-rvm/sudo.sh