From 871f317ba6eefe6e6503818d9f720d2d4dab3cb2 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 20 Jul 2014 21:13:35 -0300 Subject: [PATCH] Set composer cache bucket ownership to the configured SSH user --- lib/vagrant-cachier/bucket/composer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-cachier/bucket/composer.rb b/lib/vagrant-cachier/bucket/composer.rb index 1367fa9..f795ccb 100644 --- a/lib/vagrant-cachier/bucket/composer.rb +++ b/lib/vagrant-cachier/bucket/composer.rb @@ -9,7 +9,7 @@ module VagrantPlugins def install if guest.capability?(:composer_path) if composer_path = guest.capability(:composer_path) - symlink(composer_path) + user_symlink(composer_path) end else @env[:ui].info I18n.t('vagrant_cachier.skipping_bucket', bucket: 'Composer')