[chef] Re: Re: Re: Best practices for keeping repo and server sync'd


Chronological Thread 
  • From: < >
  • To:
  • Subject: [chef] Re: Re: Re: Best practices for keeping repo and server sync'd
  • Date: Thu, 5 Apr 2012 22:09:36 -0700 (PDT)

hello,

guard-knife seems very interesting.

As the initial sender of this post, we are using subversion, and we have a
small bash script like this

cd /root/svnChef/trunk
svn update
# TODO: Backup cookbooks
knife cookbook upload -a

We are never uploading a cookbook directly to the server, all the cookbook
changes has to go through subversion commit.

By the way, is there a way for exporting all cookbooks from the server, such 
knife cookbook export -a, please ?
That's what we would like to do for replacing '# TODO: Backup cookbooks'

Best regards,
Christophe



Archive powered by MHonArc 2.6.16.

§