Commit 05b9e2c1 authored by Rane Squires's avatar Rane Squires

change iso filepath to nfs fileshare-based location

parent a84cd002
Pipeline #69 failed with stages
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
class matlab::install( # $namevar matlab release version class matlab::install( # $namevar matlab release version
$iso = 'puppet:///profile/R2019a_Linux.iso', # matlab iso for installation $iso = '/systems/images/R2019a_Linux.iso', # matlab iso for installation
$licensekey = '46435-40118-41073-52403-09836-46767-19152-32823-45696-25667-33707-32533-26787-25036-50875-55401-43672-61214-02211-03677-62763-55854', # format: #####-#####-#####-##### $licensekey = '46435-40118-41073-52403-09836-46767-19152-32823-45696-25667-33707-32533-26787-25036-50875-55401-43672-61214-02211-03677-62763-55854', # format: #####-#####-#####-#####
$licensefile = 'puppet:///modules/matlab/license.lic', # license.lic as provided by mathworks $licensefile = 'puppet:///modules/matlab/license.lic', # license.lic as provided by mathworks
$licenseagree = true, # do you agree to license, true/false ? $licenseagree = true, # do you agree to license, true/false ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment