vkhatri / chef-alternatives

Chef Cookbook to manage linux alternatives
https://supermarket.chef.io/cookbooks/alternatives
Apache License 2.0
1 stars 2 forks source link

Incorrect remove alternative example in README.md #1

Closed karlding closed 6 years ago

karlding commented 6 years ago

For the LWRP remove alternative example:

alternatives 'python install 3' do
  link_name 'python'
  path '/usr/bin/python3'
  priority 101
  action :install
end

It looks like the LWRP install alternative example was copied over. I assume the example needs to be corrected, and action should be :remove?

vkhatri commented 6 years ago

@karlding 👍

Updated README.