diff --git a/Vagrantfile b/Vagrantfile index 63fbd5f..8a1f77f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,5 +1,5 @@ -box = 'dhoppe/ubuntu-12.04-amd64' -hostname = 'dev' +box = 'ubuntu/trusty64' +hostname = 'TrustyDev' ram = '2048' VAGRANTFILE_API_VERSION = "2" diff --git a/puppet/manifests/devPackages.pp b/puppet/manifests/devPackages.pp index ac91099..0acea7c 100644 --- a/puppet/manifests/devPackages.pp +++ b/puppet/manifests/devPackages.pp @@ -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: