Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Scientific Linux support for the init script. #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/default.rb
Expand Up @@ -75,7 +75,7 @@
)

case node['platform']
when "amazon", "centos", "debian", "fedora", "redhat", "ubuntu"
when "amazon", "centos", "debian", "fedora", "redhat", "ubuntu", "scientific"
template "/etc/init.d/supervisor" do
source "#{init_template_dir}/supervisor.init.erb"
owner "root"
Expand Down