X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1198cc96af6115a360c08e95ecb7654c83f944ef..974d2ff3a3ff7f13d26667972fb2ab802f76e826:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 1d1d170bf..dcefd4552 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -21,7 +21,7 @@ node.default[:incron][:planetdump] = { :user => "root", :path => "/store/backup", :events => %w[IN_CREATE IN_MOVED_TO], - :command => "/usr/bin/systemctl start planetdump@$#" + :command => "/bin/systemctl start planetdump@$#" } include_recipe "git" @@ -52,7 +52,7 @@ package %w[ directory "/opt/planet-dump-ng" do owner "root" group "root" - mode 0o755 + mode "755" end git "/opt/planet-dump-ng" do @@ -94,7 +94,7 @@ end directory "/store/planetdump" do owner "www-data" group "www-data" - mode 0o755 + mode "755" recursive true end @@ -103,7 +103,7 @@ end source "#{program}.erb" owner "root" group "root" - mode 0o755 + mode "755" end end