Closed alappe closed 10 years ago
Don't check the .vagrant
directory into source and/or add it to your chefignore
file.
It's ignored in git, but I will try .chefignore
, thanks!
@alappe it's not .chefignore
, it's chefignore
. Don't ask why :frowning:
Just saw it while generating a vanilla one… thanks!
We're using vagrant-berkshelf with the following directory structure:
On
vagrant up
, berkshelf is building the dependencies into the shelf:This gets rather big:
The problem is, that the cookbook
acme-base
is our main cookbook, which is copied into the global berkshelf including the.vagrant
directory, which contains the base VM at that point.So I wonder if there's an easy way to exclude the VM from being copied or if this structure is entirely broken, in which case I'd be happy to get a hint for a better one?
Versions: