From ffb88d944784b30d5d2daacd90f387cca4e0cfaf Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 8 Feb 2016 18:22:49 +0100 Subject: Install npm from debian package archive we don't need to install npm from source anymore since jessie --- provisioning/modules/pixelated/manifests/source/npm.pp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 provisioning/modules/pixelated/manifests/source/npm.pp (limited to 'provisioning/modules/pixelated/manifests/source') 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']]; - } -} -- cgit v1.2.3