Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
yum
Commits
08a6e0a5
Commit
08a6e0a5
authored
Dec 24, 2014
by
Marat Komarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set distroverpkg: nil on redhat
parent
e6d306c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
attributes/main.rb
attributes/main.rb
+2
-0
No files found.
attributes/main.rb
View file @
08a6e0a5
...
...
@@ -11,6 +11,8 @@ when 'amazon'
default
[
'yum'
][
'main'
][
'distroverpkg'
]
=
'system-release'
when
'scientific'
default
[
'yum'
][
'main'
][
'distroverpkg'
]
=
'sl-release'
when
'redhat'
default
[
'yum'
][
'main'
][
'distroverpkg'
]
=
nil
else
default
[
'yum'
][
'main'
][
'distroverpkg'
]
=
"
#{
node
[
'platform'
]
}
-release"
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