Commit 9a81ebe0 authored by Rane Squires's avatar Rane Squires

remove parenthesis from class name

parent 8e285699
Pipeline #56 canceled with stages
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# TODO: add a matlab-$name.sh file in /etc/profile.d/ to add the matlab bin to path # TODO: add a matlab-$name.sh file in /etc/profile.d/ to add the matlab bin to path
class matlab() { class matlab {
# dependencies for matlab to work # dependencies for matlab to work
package {['libXp', 'libXt', 'libXpm', 'libXmu']: package {['libXp', 'libXt', 'libXpm', 'libXmu']:
ensure => present, ensure => present,
......
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