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
a19ce7ee
Commit
a19ce7ee
authored
Nov 28, 2018
by
Javier
Browse files
incluyendo tcl como dependencia opcional de lmod
parent
7a67c82d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
manifests/init.pp
manifests/init.pp
+4
-1
No files found.
manifests/init.pp
View file @
a19ce7ee
...
@@ -7,7 +7,7 @@ class depsof() {
...
@@ -7,7 +7,7 @@ class depsof() {
ensure
=>
present
,
ensure
=>
present
,
}
}
# lua para lmod
# lua
y tcl
para lmod
package
{
'lua'
:
package
{
'lua'
:
ensure
=>
present
,
ensure
=>
present
,
}
}
...
@@ -20,6 +20,9 @@ class depsof() {
...
@@ -20,6 +20,9 @@ class depsof() {
package
{
'lua-posix'
:
package
{
'lua-posix'
:
ensure
=>
present
,
ensure
=>
present
,
}
}
package
{
'tcl'
:
ensure
=>
present
,
}
# para Matlab
# para Matlab
package
{
'libXt'
:
package
{
'libXt'
:
...
...
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