Commit 410c5729 authored by Rane Squires's avatar Rane Squires

Add license file path

parent dec0df8f
Pipeline #54 failed with stages
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
define matlab::install( # $namevar matlab release version define matlab::install( # $namevar matlab release version
$iso = 'R2019a_Linux.iso', # matlab iso for installation $iso = '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, # 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 ?
$prefix = '/opt' # install prefix $prefix = '/opt' # install prefix
) { ) {
......
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