summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/manifests/source/npm.pp
diff options
context:
space:
mode:
Diffstat (limited to 'provisioning/modules/pixelated/manifests/source/npm.pp')
-rw-r--r--provisioning/modules/pixelated/manifests/source/npm.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/provisioning/modules/pixelated/manifests/source/npm.pp b/provisioning/modules/pixelated/manifests/source/npm.pp
deleted file mode 100644
index 9973df5c..00000000
--- a/provisioning/modules/pixelated/manifests/source/npm.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-# installs npm from source
-class pixelated::source::npm {
-
- exec { 'install_npm':
- command => '/usr/bin/curl -s -L https://npmjs.org/install.sh | /bin/sh',
- unless => '/usr/bin/test -e /usr/bin/npm',
- require => [Package['nodejs'], Package['nodejs-legacy']];
- }
-}