We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5582d commit 7eb72c6Copy full SHA for 7eb72c6
recipes/default.rb
@@ -24,7 +24,7 @@
24
include_recipe 'yum-epel' if node['platform_version'].to_i < 7 && platform_family?('rhel')
25
26
packagecloud_repo 'imeyer/runit' do
27
- force_os 'rhel' if platform?('oracle', 'amazon') # ~FC024
+ force_os 'rhel' if platform?('oracle', 'amazon')
28
force_dist '6' if platform?('amazon')
29
force_dist '7' if platform?('amazon') && node['platform_version'].to_i == 2
30
type 'rpm' if platform?('amazon')
@@ -43,7 +43,7 @@
43
'runit'
44
end
45
46
- package pkg_name do # ~FC009
+ package pkg_name do
47
action :install
48
response_file 'runit.seed'
49
0 commit comments