Commit 29fcafd88fefbdfbf836c75ffad5cc2081892da4
1 parent
d9eda329
Exists in
master
and in
17 other branches
Fix runit cookbook for Oracle Linux 6
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
files/gitlab-cookbooks/runit/recipes/default.rb
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | case node["platform"] |
22 | 22 | when "ubuntu" |
23 | 23 | include_recipe "runit::upstart" |
24 | -when "redhat","centos","rhel","scientific" | |
24 | +when "redhat", "centos", "rhel", "scientific", "oracle" | |
25 | 25 | if node['platform_version'] =~ /^6/ |
26 | 26 | include_recipe "runit::upstart" |
27 | 27 | else | ... | ... |