mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
ee9f87b4e4
commit
99133823dd
@ -1,4 +1,6 @@
|
|||||||
class profile::nodejs {
|
class profile::nodejs {
|
||||||
|
include epel
|
||||||
|
|
||||||
exec { 'install nodejs':
|
exec { 'install nodejs':
|
||||||
command => 'yum -d 0 -e 0 -y --enablerepo=epel install npm',
|
command => 'yum -d 0 -e 0 -y --enablerepo=epel install npm',
|
||||||
unless => 'rpm -qa | grep ^npm',
|
unless => 'rpm -qa | grep ^npm',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user