Skip to content
Snippets Groups Projects

Test->production

Merged Magnus Toneby requested to merge test into production
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -20,12 +20,6 @@ class folioscripts::foliofront {
require => Exec['n-from-npm'];
}
file { '/usr/bin/node':
ensure => 'link',
source => '/usr/local/bin/node', # lint:ignore:source_without_rights
require => Exec['nodejs-lts'],
}
exec { 'install pm2':
command => '/bin/npm install pm2 -g',
unless => '/bin/test -d /usr/local/lib/node_modules/pm2',
Loading