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
b02fb4f4
Commit
b02fb4f4
authored
Feb 27, 2019
by
Javier
Browse files
ADDING ksh interpreter
parent
77a89c33
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 @
b02fb4f4
...
...
@@ -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
,
...
...
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