Commit b02fb4f4 authored by Javier's avatar Javier
Browse files

ADDING ksh interpreter

parent 77a89c33
......@@ -28,11 +28,17 @@ class depsof() {
package {'libXt':
ensure => present,
}
# para easybuild
package {'python-setuptools':
ensure => present,
}
# para ABAQUS
package {'ksh':
ensure => present,
}
#tools
package {'htop':
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