Commit 757695b3 authored by Rane Squires's avatar Rane Squires

Uncommented class body

parent fd8e697f
Pipeline #58 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