Skip to content

Commit

Permalink
fixed issue in RHEL when rootwrap.d does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnull committed Feb 28, 2014
1 parent ad84020 commit b47ae03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes/neutron-vpnaas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
)
end

# Create our root wrap directory
directory "/etc/neutron/rootwrap.d" do
action :create
owner "root"
group "neutron"
mode "755"
end

cookbook_file "/etc/neutron/rootwrap.d/vpnaas.filters" do
source "vpnaas.filters"
owner "root"
Expand Down

0 comments on commit b47ae03

Please sign in to comment.