Commit b42d1d9c authored by Jim Deverick's avatar Jim Deverick

Change mount to exec in require

parent 8a1051c8
Pipeline #85 canceled with stages
...@@ -95,7 +95,7 @@ class matlab::install( # $namevar matlab release version ...@@ -95,7 +95,7 @@ class matlab::install( # $namevar matlab release version
owner => root, owner => root,
group => root, group => root,
mode => '0600', # u=rw,go=r mode => '0600', # u=rw,go=r
require => Mount["matlab_mount.${name_}"], require => Exec["matlab_mount.${name_}"],
source => 'puppet:///modules/matlab/installer_input.txt', source => 'puppet:///modules/matlab/installer_input.txt',
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