veewee 0.1.27 → 0.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/lib/veewee/version.rb +1 -1
- data/templates/Debian-5.0.8-amd64-netboot/postinstall.sh +1 -0
- data/templates/Debian-5.0.8-i386-netboot/postinstall.sh +1 -0
- data/templates/Debian-6.0.2-amd64-netboot/postinstall.sh +1 -0
- data/templates/archlinux-64-experimental/postinstall.sh +2 -2
- data/templates/archlinux-i686/postinstall.sh +2 -2
- data/templates/gentoo-latest-i386-experimental/postinstall.sh +2 -2
- data/templates/ubuntu-10.04.2-amd64-netboot/postinstall.sh +4 -4
- data/templates/ubuntu-10.04.2-server-amd64/postinstall.sh +4 -4
- data/templates/ubuntu-10.04.2-server-i386-netboot/postinstall.sh +4 -4
- data/templates/ubuntu-10.04.2-server-i386/postinstall.sh +4 -4
- data/templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh +4 -4
- data/templates/ubuntu-10.10-server-amd64/postinstall.sh +4 -4
- data/templates/ubuntu-10.10-server-i386-netboot/postinstall.sh +4 -4
- data/templates/ubuntu-10.10-server-i386/postinstall.sh +4 -4
- data/templates/ubuntu-11.04-server-amd64/postinstall.sh +4 -4
- data/templates/ubuntu-11.04-server-i386/postinstall.sh +4 -4
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/lib/veewee/version.rb
CHANGED
@@ -29,6 +29,7 @@ mkdir /home/vagrant/.ssh
|
|
29
29
|
chmod 700 /home/vagrant/.ssh
|
30
30
|
cd /home/vagrant/.ssh
|
31
31
|
wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys
|
32
|
+
chmod 600 /home/vagrant/.ssh/authorized_keys
|
32
33
|
chown -R vagrant /home/vagrant/.ssh
|
33
34
|
|
34
35
|
#Installing the virtualbox guest additions
|
@@ -29,6 +29,7 @@ mkdir /home/vagrant/.ssh
|
|
29
29
|
chmod 700 /home/vagrant/.ssh
|
30
30
|
cd /home/vagrant/.ssh
|
31
31
|
wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys
|
32
|
+
chmod 600 /home/vagrant/.ssh/authorized_keys
|
32
33
|
chown -R vagrant /home/vagrant/.ssh
|
33
34
|
|
34
35
|
#Installing the virtualbox guest additions
|
@@ -27,6 +27,7 @@ mkdir /home/vagrant/.ssh
|
|
27
27
|
chmod 700 /home/vagrant/.ssh
|
28
28
|
cd /home/vagrant/.ssh
|
29
29
|
wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys
|
30
|
+
chmod 600 /home/vagrant/.ssh/authorized_keys
|
30
31
|
chown -R vagrant /home/vagrant/.ssh
|
31
32
|
|
32
33
|
#the netboot install the virtualbox stuff so we have to remove it
|
@@ -144,8 +144,8 @@ chroot /newarch useradd -m -r vagrant -p '$1$MPmczGP9$1SeNO4bw5YgiEJuo/ZkWq1'
|
|
144
144
|
#get some ruby running
|
145
145
|
chroot /newarch pacman --noconfirm -S git curl gcc make
|
146
146
|
echo "bash < <( curl -L http://bit.ly/rvm-install-system-wide )"| chroot /newarch /bin/bash -
|
147
|
-
echo "/usr/local/bin/rvm install ruby-1.8.7 "| chroot /newarch sh -
|
148
|
-
echo "/usr/local/bin/rvm use ruby-1.8.7 --default "| chroot /newarch sh -
|
147
|
+
echo "/usr/local/bin/rvm install http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz "| chroot /newarch sh -
|
148
|
+
echo "/usr/local/bin/rvm use http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz --default "| chroot /newarch sh -
|
149
149
|
|
150
150
|
|
151
151
|
#Installing chef & Puppet
|
@@ -145,8 +145,8 @@ chroot /newarch useradd -m -r vagrant -p '$1$MPmczGP9$1SeNO4bw5YgiEJuo/ZkWq1'
|
|
145
145
|
#get some ruby running
|
146
146
|
chroot /newarch pacman --noconfirm -S git curl gcc make
|
147
147
|
echo "bash < <( curl -L http://bit.ly/rvm-install-system-wide )"| chroot /newarch /bin/bash -
|
148
|
-
echo "/usr/local/bin/rvm install ruby-1.8.7 "| chroot /newarch sh -
|
149
|
-
echo "/usr/local/bin/rvm use ruby-1.8.7 --default "| chroot /newarch sh -
|
148
|
+
echo "/usr/local/bin/rvm install http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz "| chroot /newarch sh -
|
149
|
+
echo "/usr/local/bin/rvm use http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz --default "| chroot /newarch sh -
|
150
150
|
|
151
151
|
|
152
152
|
#Installing chef & Puppet
|
@@ -144,8 +144,8 @@ chroot /mnt/gentoo chown -R vagrant /home/vagrant/.ssh
|
|
144
144
|
chroot /mnt/gentoo emerge git curl gcc automake m4
|
145
145
|
chroot /mnt/gentoo emerge libiconv readline zlib openssl curl git libyaml sqlite libxslt
|
146
146
|
echo "bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)"| chroot /mnt/gentoo /bin/bash -
|
147
|
-
echo "/usr/local/rvm/bin/rvm install ruby-1.8.7 "| chroot /mnt/gentoo sh -
|
148
|
-
echo "/usr/local/rvm/bin/rvm use ruby-1.8.7 --default "| chroot /mnt/gentoo sh -
|
147
|
+
echo "/usr/local/rvm/bin/rvm install http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz "| chroot /mnt/gentoo sh -
|
148
|
+
echo "/usr/local/rvm/bin/rvm use http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz --default "| chroot /mnt/gentoo sh -
|
149
149
|
|
150
150
|
#Installing chef & Puppet
|
151
151
|
echo ". /usr/local/rvm/scripts/rvm ; gem install chef --no-ri --no-rdoc"| chroot /mnt/gentoo sh -
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
@@ -20,14 +20,14 @@ apt-get -y install nfs-common
|
|
20
20
|
# can install their own Rubies using packages or however.
|
21
21
|
# We must install the 1.8.x series since Puppet doesn't support
|
22
22
|
# Ruby 1.9 yet.
|
23
|
-
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
|
24
|
-
tar xvzf ruby-1.8.7-p334.tar.gz
|
25
|
-
cd ruby-1.8.7-p334
|
23
|
+
wget http://ftp.ruby-lang.org/pub/ruby/http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
24
|
+
tar xvzf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334.tar.gz
|
25
|
+
cd http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334
|
26
26
|
./configure --prefix=/opt/ruby
|
27
27
|
make
|
28
28
|
make install
|
29
29
|
cd ..
|
30
|
-
rm -rf ruby-1.8.7-p334*
|
30
|
+
rm -rf http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p334.tar.gz-p334*
|
31
31
|
|
32
32
|
# Install RubyGems 1.7.2
|
33
33
|
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: veewee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 35
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 28
|
10
|
+
version: 0.1.28
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Patrick Debois
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-07-
|
19
|
+
date: 2011-07-03 00:00:00 +02:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|