* Add an additionnal require environment variable to install ifort.
This commit is contained in:
parent
788d1663ef
commit
220c93969d
@ -6,6 +6,7 @@
|
||||
##### Features
|
||||
* New fact is_ifort to check if ifort is available on the system.
|
||||
* Install ifort dependancies.
|
||||
* Install ifort.
|
||||
|
||||
##### Changes
|
||||
|
||||
|
@ -40,10 +40,11 @@ class ifort::install {
|
||||
|
||||
# Install
|
||||
exec { "Install ifort from ${ifort::ifort_pkg_path} file":
|
||||
command => "${ifort::ifort_install_tmp_path}/${ifort::ifort_install_dir_name}/${ifort::ifort_install_script_name} --silent ${ifort::ifort_silent_file_path}",
|
||||
creates => $ifort::ifort_bin_path,
|
||||
timeout => '120',
|
||||
require => File[$ifort::ifort_silent_file_path],
|
||||
command => "${ifort::ifort_install_tmp_path}/${ifort::ifort_install_dir_name}/${ifort::ifort_install_script_name} --silent ${ifort::ifort_silent_file_path}",
|
||||
environment => 'USER=root',
|
||||
creates => $ifort::ifort_bin_path,
|
||||
timeout => '120',
|
||||
require => File[$ifort::ifort_silent_file_path],
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user