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
Sean Smith committed Feb 26, 2021
1 parent a339967 commit 36d1c79
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 36d1c79

Please sign in to comment.