removing ruby (again) adding trusty box

This commit is contained in:
Tommy Parnell
2014-08-08 22:59:27 -04:00
parent 877777e04c
commit 24fc8d6043
2 changed files with 3 additions and 3 deletions

4
Vagrantfile vendored
View File

@@ -1,5 +1,5 @@
box = 'dhoppe/ubuntu-12.04-amd64' box = 'ubuntu/trusty64'
hostname = 'dev' hostname = 'TrustyDev'
ram = '2048' ram = '2048'
VAGRANTFILE_API_VERSION = "2" VAGRANTFILE_API_VERSION = "2"

View File

@@ -1,5 +1,5 @@
class devPackages { class devPackages {
$Packages = ['cowsay', 'nodejs', 'npm', 'nginx', 'irssi', 'git', 'golang', 'tmux', 'geany', 'rubygems' ] $Packages = ['cowsay', 'nodejs', 'npm', 'nginx', 'irssi', 'git', 'golang', 'tmux', 'geany' ]
package { $Packages: package { $Packages: