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