mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
8ad9c7f10a
commit
b0b18d02c2
@ -43,7 +43,7 @@ define cpan(
|
|||||||
}
|
}
|
||||||
|
|
||||||
exec { "cpan-${name}":
|
exec { "cpan-${name}":
|
||||||
command => "sudo perl -MCPAN -e 'install ${name}'",
|
command => "perl -MCPAN -e 'install ${name}'",
|
||||||
creates => $creates,
|
creates => $creates,
|
||||||
require => File['/root/.cpan/CPAN/MyConfig.pm'],
|
require => File['/root/.cpan/CPAN/MyConfig.pm'],
|
||||||
timeout => $timeout
|
timeout => $timeout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user