diff --git a/tests/vagrant/ubuntu.pp b/tests/vagrant/ubuntu.pp index 1b68c21..a791af7 100644 --- a/tests/vagrant/ubuntu.pp +++ b/tests/vagrant/ubuntu.pp @@ -1,12 +1,4 @@ -class { 'nodejs': - node_pkg => 'nodejs010', - npm_pkg => 'nodejs010-npm', - dev_pkg => 'nodejs010-devel', - dev_package => true, -}-> -#class { 'nodejs': manage_repo => true }-> -# http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more -exec { '/usr/bin/npm config set ca=""': }-> +class { 'nodejs': manage_repo => true }-> class { 'statsd': backends => [ './backends/graphite', 'statsd-influxdb-backend', 'statsd-librato-backend', 'stackdriver-statsd-backend'], graphite_globalSuffix => 'foobar',