Sha256: 40c5f9727425b0f1414518d14b167b0d50dcf92d659f3c13ace44ee9447eaa85

Contents?: true

Size: 208 Bytes

Versions: 6

Compression:

Stored size: 208 Bytes

Contents

package "git" do
  action :install
end

remote_file '/home/vagrant/foo' do
  source node['file_source']
end

directory '/tmp/itamae' do
  action :create
  mode '0777'
  owner 'vagrant'
  group 'vagrant'
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrant-itamae-0.2.1 test/recipe.rb
vagrant-itamae-0.2.0 test/recipe.rb
vagrant-itamae-0.1.0 test/recipe.rb
vagrant-itamae-0.0.1 test/recipe.rb
itamae-1.0.0.beta2 example/recipe.rb
itamae-1.0.0.beta1 example/recipe.rb