Sha256: dc60bfa04eb7836dc55c26a9420e3a53eb9b978dd81f29157217d3a1c2bb2b3c

Contents?: true

Size: 304 Bytes

Versions: 12

Compression:

Stored size: 304 Bytes

Contents

#!/bin/bash

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

# Setup sudo to allow no-password sudo for "admin"
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

12 entries across 12 versions & 1 rubygems

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