Sha256: 5a1809599ee95a5ac76b2f4206fa3a9636fa2187334feb66c80d381da845042c

Contents?: true

Size: 132 Bytes

Versions: 24

Compression:

Stored size: 132 Bytes

Contents

#!/bin/bash
source /etc/profile

# install Puppet
chroot "$chroot" /bin/bash <<DATAEOF
gem install puppet --no-rdoc --no-ri
DATAEOF

Version data entries

24 entries across 12 versions & 1 rubygems

Version Path
veewee-0.4.1 templates/gentoo-latest-amd64/add_puppet.sh
veewee-0.4.1 templates/gentoo-latest-i686/add_puppet.sh
veewee-0.4.0 templates/gentoo-latest-i686/add_puppet.sh
veewee-0.4.0 templates/gentoo-latest-amd64/add_puppet.sh