Last active
August 29, 2015 14:04
-
-
Save obazoud/7c31530489b291913753 to your computer and use it in GitHub Desktop.
Chef: How to remove a recipe dynamically ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby_block 'remove_dynamically_oneshot' do | |
block { node.run_list.remove('recipe[mycookbook::oneshot]') } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment