Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lonlone Lee
base
Commits
8ae3e46c
Commit
8ae3e46c
authored
Aug 17, 2016
by
Karl Kornel
Browse files
ipmi: Update ipmievd config for Debian 8+ and Ubuntu 14+
parent
574d56e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/ipmi/etc/default/ipmievd.erb
View file @
8ae3e46c
ENABLED=true
<%
if
@lsbdistcodename
==
'jessie'
-%>
<%
if
((
@operatingsystem
==
'Debian'
and
@lsbmajdistrelease
>=
8
)
\
or
(
@operatingsystem
==
'Ubuntu'
and
@lsbmajdistrelease
.
split
(
'.'
)[
0
].
to_i
>=
14
))
%>
IPMIEVD_OPTIONS="open daemon"
<%
end
-%>
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