Skip to content

Commit

Permalink
Merge pull request crowbar#18 from VictorLowther/pull-req-feature-onl…
Browse files Browse the repository at this point in the history
…ine-install-master-d9dcfe4f24

Add online mode for the provisioner and experimental online-install functionality [1/10]
  • Loading branch information
galthaus committed Jul 12, 2012
2 parents 411b739 + d9dcfe4 commit 2db229f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chef/cookbooks/logging/recipes/server.rb
Expand Up @@ -49,6 +49,13 @@
action :create
end

directory "/etc/rsyslog.d" do
owner "root"
group "root"
mode "0644"
action :create
end

template "/etc/rsyslog.d/10-crowbar-server.conf" do
owner "root"
group "root"
Expand Down

0 comments on commit 2db229f

Please sign in to comment.