Commit f027e327 authored by Rane Squires's avatar Rane Squires

Change template tag to epp tag (line 90)

parent 83557685
Pipeline #74 canceled with stages
...@@ -87,7 +87,7 @@ class matlab::install( # $namevar matlab release version ...@@ -87,7 +87,7 @@ class matlab::install( # $namevar matlab release version
group => root, group => root,
mode => '0600', # u=rw,go=r mode => '0600', # u=rw,go=r
require => Mount["matlab_mount.${name}"], require => Mount["matlab_mount.${name}"],
content => template('matlab/installer_input.txt.epp'), content => epp('matlab/installer_input.txt.epp'),
alias => "matlab_input.${name}", alias => "matlab_input.${name}",
} }
......
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