Skip to content

Commit

Permalink
bug 914727 - npm comes from EPEL not standard repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Sep 18, 2013
1 parent 2c65e29 commit d437dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/manifests/socorro.pp
Expand Up @@ -52,6 +52,7 @@
'supervisor',
'rabbitmq-server',
'python-pip',
'npm',
]:
ensure => latest,
require => Yumrepo['EPEL'];
Expand All @@ -61,7 +62,6 @@
[
'subversion',
'make',
'npm',
'rsync',
'time',
'gcc-c++',
Expand Down

0 comments on commit d437dfc

Please sign in to comment.