Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Added cookbook support #21

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

bhodges
Copy link

@bhodges bhodges commented Jul 26, 2013

It looks like there is already one pending pull request to add cookbook support to pychef. I've taken a slightly different approach by using _latest as the default version to load. I've only performed light testing...

Thanks

@bernardthered
Copy link

Thanks for the contribution. Would love to cookbook support this make it into a release, is there any plan for an upcoming release that this could be included in?

@Itxaka
Copy link

Itxaka commented Sep 15, 2014

@coderanger Any update on this? Will be really helpful to have cookbooks in there, we are using pychef on our systems but had to stop using it because of the cookbook feature.

self.url = self.__class__.url + '/' + self.name
# Cookbooks need some special handling, and we default to the
# latest revision if version goes unspecified.
if type(self).__name__ == 'Cookbook':
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to get moved to a classmethod.

@Lingnik
Copy link

Lingnik commented Mar 24, 2017

@coderanger any update on getting this merged in? I see there was some code feedback, then some followup commits, and a failed most-recent commit. What needs to happen next?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants