]> git.openstreetmap.org Git - chef.git/commitdiff
add rsyncd role for nominatim master
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 14 Jun 2015 21:14:33 +0000 (23:14 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 14 Jun 2015 21:14:33 +0000 (23:14 +0200)
roles/nominatim-master.rb

index 0fa0326771f7ba0983e932cc3dc482fea2edd905..e54179fd70b59c158b286740b70786b959253420 100644 (file)
@@ -40,5 +40,6 @@ default_attributes(
 )
 
 run_list(
-  "role[nominatim]"
+  "role[nominatim]",
+  "recipe[rsyncd]"
 )