Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
HPC UCLV
puppet-depsof
Commits
988e8d18
Commit
988e8d18
authored
Mar 14, 2019
by
Javier
Browse files
including X Windows System group
parent
b02fb4f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
manifests/init.pp
manifests/init.pp
+6
-0
No files found.
manifests/init.pp
View file @
988e8d18
...
...
@@ -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'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment