Skip to content

Commit

Permalink
Make sure /etc/lxc directory exists before uploading /etc/lxc/control…
Browse files Browse the repository at this point in the history
…ler.
  • Loading branch information
mpasternacki committed Aug 5, 2011
1 parent b9cb52b commit 56e65c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbooks/cucumber-chef/recipes/controller.rb
Expand Up @@ -21,6 +21,8 @@
source "add-git-identity"
end

directory "/etc/lxc"

cookbook_file "/etc/lxc/controller" do
source "lxc-controller-network-config"
end
Expand Down

0 comments on commit 56e65c7

Please sign in to comment.