Skip to content

Commit

Permalink
#2935; webcompilers.pp, adjust 'require'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Apr 3, 2018
1 parent 1ffe519 commit 04ff5fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
command => "npm install -g node-sass@${version_node_sass}",
unless => 'which node-sass',
path => '/usr/bin',
require => Class['nodejs'],
require => Class['package::nodejs'],
}
}

0 comments on commit 04ff5fa

Please sign in to comment.