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 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
... ...