profile::nodejs: include epel because it's required

refs #6842
This commit is contained in:
Alexander Klimov 2014-08-22 17:32:34 +02:00
parent ee9f87b4e4
commit 99133823dd
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
class profile::nodejs {
include epel
exec { 'install nodejs':
command => 'yum -d 0 -e 0 -y --enablerepo=epel install npm',
unless => 'rpm -qa | grep ^npm',