You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ironfan-homebase, current master branch, with an open source Chef server.
Running "bundle exec rake berkshelf" causes our custom cookbooks stored in ./org_cookbooks to be erroneously copied over to ./cookbooks as well, with the latter not being under version control. This happens despite org_cookbooks being defined in config/Berksfile.inc.rb and org_cookbooks added to cookbook_path in .chef/knife.rb .
Is this a known limitation of the version of berkshelf presently bundled w/ ironfan-homebase? Or, is there a preferred way to run the full_sync task in Rakefile (which runs the berkshelf task) so that the contents of org_cookbooks stay put?
The text was updated successfully, but these errors were encountered:
Using ironfan-homebase, current master branch, with an open source Chef server.
Running "bundle exec rake berkshelf" causes our custom cookbooks stored in ./org_cookbooks to be erroneously copied over to ./cookbooks as well, with the latter not being under version control. This happens despite org_cookbooks being defined in config/Berksfile.inc.rb and org_cookbooks added to cookbook_path in .chef/knife.rb .
Is this a known limitation of the version of berkshelf presently bundled w/ ironfan-homebase? Or, is there a preferred way to run the full_sync task in Rakefile (which runs the berkshelf task) so that the contents of org_cookbooks stay put?
The text was updated successfully, but these errors were encountered: