chef-soloでplenvを使ってPerlをインストールしようとしたけどなかなかうまくいかなかった。 git node['perl']['plenv_dir'] do repository 'git://github.com/tokuhirom/plenv.git' user node['vagrant']['user'] group node['vagrant']['group'] reference 'master' action :sync end directory node['perl']['plenv_dir']+'/plugins' do owner node['vagrant']['user'] group node['vagrant']['group'] mode 0755 action :create end git node['perl']['plenv_dir'