Skip to content

Commit

Permalink
clean up vagrant ubuntu manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Jan 1, 2015
1 parent d7e97d3 commit c060d11
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests/vagrant/ubuntu.pp
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit c060d11

Please sign in to comment.