mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
f3d2347432
commit
1b3c42ff8a
@ -36,8 +36,10 @@ define cpan(
|
|||||||
|
|
||||||
file { '/root/.cpan/CPAN/MyConfig.pm':
|
file { '/root/.cpan/CPAN/MyConfig.pm':
|
||||||
content => template('cpan/MyConfig.pm.erb'),
|
content => template('cpan/MyConfig.pm.erb'),
|
||||||
require => [ Package['perl-CPAN'],
|
require => [
|
||||||
File[[ '/root/.cpan/', '/root/.cpan/CPAN/' ]] ]
|
Package['perl-CPAN'],
|
||||||
|
File[[ '/root/.cpan/', '/root/.cpan/CPAN/' ]]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { "cpan-${name}":
|
exec { "cpan-${name}":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user