Commit 29fcafd88fefbdfbf836c75ffad5cc2081892da4

Authored by Jacob Vosmaer
1 parent d9eda329

Fix runit cookbook for Oracle Linux 6

files/gitlab-cookbooks/runit/recipes/default.rb
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
21 case node["platform"] 21 case node["platform"]
22 when "ubuntu" 22 when "ubuntu"
23 include_recipe "runit::upstart" 23 include_recipe "runit::upstart"
24 -when "redhat","centos","rhel","scientific" 24 +when "redhat", "centos", "rhel", "scientific", "oracle"
25 if node['platform_version'] =~ /^6/ 25 if node['platform_version'] =~ /^6/
26 include_recipe "runit::upstart" 26 include_recipe "runit::upstart"
27 else 27 else