Commit 8743500a authored by Rane Squires's avatar Rane Squires

comment out license copy resource for testing

parent 0da7ec7d
Pipeline #80 canceled with stages
...@@ -117,13 +117,13 @@ class matlab::install( # $namevar matlab release version ...@@ -117,13 +117,13 @@ class matlab::install( # $namevar matlab release version
} }
# copy over license file to activate # copy over license file to activate
file { "${install_destination}/licenses/license.lic": #file { "${install_destination}/licenses/license.lic":
ensure => present, # ensure => present,
owner => root, # owner => root,
group => root, # group => root,
# TODO: is there a worry that someone will steal the license ? # # TODO: is there a worry that someone will steal the license ?
mode => '0644', # u=rw,g=r,o=r # mode => '0644', # u=rw,g=r,o=r
source => $licensefile, # source => $licensefile,
require => File["${install_destination}/licenses/"], # require => File["${install_destination}/licenses/"],
} }
} }
\ No newline at end of file
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