Sha256: 640a2b01e5b38be49e953e5fc71e99aac55855b64d81794236095736a51482b9

Contents?: true

Size: 304 Bytes

Versions: 8

Compression:

Stored size: 304 Bytes

Contents

directory "#{ENV['HOME']}/.bundle"

execute "microwave-backup-git" do
  cwd "#{ENV['HOME']}/.microwave/backup"
  command "#{ENV['HOME']}/.bash/bin/new-git-repo"
  creates "#{ENV['HOME']}/.microwave/backup/.git"
end

link "#{ENV['HOME']}/.microwave/chef" do
  to "#{ENV['HOME']}/work/microwave/chef"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tvd-microwave-0.0.11 cookbooks/microwave/recipes/default.rb
tvd-microwave-0.0.10 cookbooks/microwave/recipes/default.rb
tvd-microwave-0.0.9 cookbooks/microwave/recipes/default.rb
tvd-microwave-0.0.8 cookbooks/microwave/recipes/default.rb
tvd-microwave-0.0.7 cookbooks/microwave/recipes/default.rb
tvd-microwave-0.0.3 cookbooks/microwave/recipes/default.rb
tvd-microwave-0.0.2 cookbooks/microwave/recipes/default.rb
tvd-microwave-0.0.1 cookbooks/microwave/recipes/default.rb