mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
bb716e8a49
commit
eea9ee8a67
@ -16,5 +16,8 @@ class perl {
|
|||||||
creates => $perlDir,
|
creates => $perlDir,
|
||||||
configure_command => 'sh ./Configure',
|
configure_command => 'sh ./Configure',
|
||||||
flags => "-des -Dprefix=${perlDir}",
|
flags => "-des -Dprefix=${perlDir}",
|
||||||
|
} -> file { '/usr/local/bin/perl':
|
||||||
|
ensure => link,
|
||||||
|
target => "${perlDir}/bin/perl",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user