parent
ee9f87b4e4
commit
99133823dd
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue