Commit 988e8d18 authored by Javier's avatar Javier
Browse files

including X Windows System group

parent b02fb4f4
......@@ -2,6 +2,8 @@
class depsof() {
include ::yum
# para NAMD
package {'tcsh':
ensure => present,
......@@ -28,6 +30,10 @@ class depsof() {
package {'libXt':
ensure => present,
}
yum::group { 'X Window System':
ensure => 'present',
timeout => 600,
}
# para easybuild
package {'python-setuptools':
......
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