Commit fd8e697f authored by Rane Squires's avatar Rane Squires

Commented out class body

parent 9a81ebe0
Pipeline #57 canceled with stages
......@@ -19,14 +19,14 @@
class matlab {
# dependencies for matlab to work
package {['libXp', 'libXt', 'libXpm', 'libXmu']:
ensure => present,
}
#package {['libXp', 'libXt', 'libXpm', 'libXmu']:
# ensure => present,
#}
# other module classes
contain matlab::vardir
contain matlab::install
#contain matlab::vardir
#contain matlab::install
Class['matlab::vardir']
-> Class['matlab::install']
#Class['matlab::vardir']
#-> Class['matlab::install']
}
\ 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