Skip to content

Commit

Permalink
Remove conflict with sudo cookbook
Browse files Browse the repository at this point in the history
This allows for more precise sudo controlling by useing this cookbook
and sudo cookbok from some wrapper-cookbook.
  • Loading branch information
bitphage committed Apr 18, 2017
1 parent a65c6e0 commit 17843d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions metadata.rb
Expand Up @@ -4,9 +4,7 @@
license 'Apache 2.0'
description 'System Accounts management'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.2'
replaces 'sudo'
conflicts 'sudo'
version '0.2.3'
%w(redhat centos debian ubuntu).each do |os|
supports os
end

0 comments on commit 17843d3

Please sign in to comment.