Skip to content

Commit

Permalink
remove ubuntu cookbook dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Farr committed Mar 4, 2021
1 parent af1670f commit fe054cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
license 'Apache 2.0'
description 'Installs and configures monit'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.4.2'
version '2.4.3'

%w( ubuntu apt dpkg_autostart ).each do |dep|
%w( apt dpkg_autostart ).each do |dep|
depends dep
end

Expand Down
2 changes: 0 additions & 2 deletions recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
dpkg_autostart 'monit' do
allow false
end

include_recipe 'ubuntu'
end

package 'monit'
Expand Down

0 comments on commit fe054cf

Please sign in to comment.