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'
|
box = 'ubuntu/trusty64'
|
||||||
hostname = 'dev'
|
hostname = 'TrustyDev'
|
||||||
ram = '2048'
|
ram = '2048'
|
||||||
VAGRANTFILE_API_VERSION = "2"
|
VAGRANTFILE_API_VERSION = "2"
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user