How do i delete a chef cookbook on the chef server?



  • This deletes the cookbook on the chef server

    $ knife cookbook delete apache2
    Do you really want to delete apache2 version 3.3.0? (Y/N) Y
    Deleted cookbook[apache2 version 3.3.0]
    

    Verify.

    $ knife cookbook list
    example   1.0.0
    

Log in to reply
 

© Lightnetics 2024