removing ruby (again) adding trusty box
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -1,5 +1,5 @@
|
||||
box = 'dhoppe/ubuntu-12.04-amd64'
|
||||
hostname = 'dev'
|
||||
box = 'ubuntu/trusty64'
|
||||
hostname = 'TrustyDev'
|
||||
ram = '2048'
|
||||
VAGRANTFILE_API_VERSION = "2"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user