Reputation: 9590
In puppet you have puppet apply /root/user-absent.pp
, what is an equivalent in chef?
Manual is really troublesome, It's just completely uninformative for me. Let's say I've cloned a repository from github, of some cookbook, what's next? how to execute it?
Upvotes: 0
Views: 463
Reputation: 37630
There is chef-apply, which is new in Chef 11 and does the same. But in case you don't just want to run a single recipe, you should look at chef-solo.
Upvotes: 2