Skip to content

Commit

Permalink
Removing metadata version constraint on runit cookbook
Browse files Browse the repository at this point in the history
Addresses r8#4
  • Loading branch information
SeanSith committed Jul 15, 2022
1 parent a35cee9 commit 34d9c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description 'Installs/Configures mailhog'
version '0.2.1'

depends 'runit', '= 1.7.4'
depends 'runit'

%w(debian ubuntu centos redhat smartos).each do |os|
supports os, '>= 0.0.0'
Expand Down

0 comments on commit 34d9c59

Please sign in to comment.