Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
testing
puppet-icinga_admin
Commits
2baab24e
Commit
2baab24e
authored
Jan 09, 2017
by
Markus Frosch
📣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: EPEL is required for htop
parent
b38c5eaf
Pipeline
#203
passed with stage
in 57 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
manifests/tools.pp
manifests/tools.pp
+5
-0
No files found.
manifests/tools.pp
View file @
2baab24e
...
@@ -14,6 +14,11 @@ class icinga_admin::tools
...
@@ -14,6 +14,11 @@ class icinga_admin::tools
]
]
)
)
if
$::osfamily
==
'RedHat'
{
ensure_packages
([
'epel-release'
])
Package
[
'epel-release'
]
->
Package
[
'htop'
]
}
# VIM START
# VIM START
$_vim_package
=
$::osfamily
?
{
$_vim_package
=
$::osfamily
?
{
'RedHat'
=>
'vim-enhanced'
,
'RedHat'
=>
'vim-enhanced'
,
...
...
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