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…
Reference in New Issue