]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typos
authorTom Hughes <tom@compton.nu>
Sun, 23 Jun 2013 18:43:24 +0000 (19:43 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 23 Jun 2013 19:23:40 +0000 (20:23 +0100)
cookbooks/civicrm/recipes/default.rb
cookbooks/foundation/recipes/default.rb
cookbooks/stateofthemap/recipes/default.rb
cookbooks/stateofthemap/templates/default/backup.cron.erb
cookbooks/switch2osm/recipes/default.rb
cookbooks/thinkup/recipes/default.rb
cookbooks/thinkup/templates/default/backup.cron.erb

index 116f5c8bebea1f5e37c3276ea3db3c6e8543c324..28e2d77794ffaab78e6dcedafff842d5496c43a9 100644 (file)
@@ -162,5 +162,5 @@ template "/etc/cron.daily/osmf-crm-backup" do
   owner "root"
   group "root"
   mode 0750
-  variable :passwords => passwords
+  variables :passwords => passwords
 end
index 2f9b98849c3b75686f3eec7d8a2e1f11ad209dc7..366f8a695d9ed2e971d5e493feb3b2c2fd542e66 100644 (file)
@@ -54,5 +54,5 @@ template "/etc/cron.daily/blog-backup" do
   owner "root"
   group "root"
   mode 0750
-  variable :passwords => passwords
+  variables :passwords => passwords
 end
index 58258be933fb78aadf8bdb400ec2997b56bd8fa7..8b265741665be0bfd3294bf037dc09911a5d78a7 100644 (file)
@@ -234,5 +234,5 @@ template "/etc/cron.daily/sotm-backup" do
   owner "root"
   group "root"
   mode 0750
-  variable :passwords => passwords
+  variables :passwords => passwords
 end
index 45aafad26a49173f20c7c20590da840c550056ed..e78b50348cadcca6d52c72984a49538c72cb26a2 100644 (file)
@@ -22,6 +22,6 @@ ln -s /srv/2012.stateofthemap.org $T/sotm-$D/www2012
 export GZIP="--rsyncable -9"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B sotm-$D
-nice nice $T/$B backup::backup
+nice rsync $T/$B backup::backup
 
 rm -rf $T
index 467f2b7b4737ba92295dd2bd685c73a45e07e366..c0551a4999bb509534440cb2fc8b6c2b839dd3c0 100644 (file)
@@ -40,5 +40,5 @@ template "/etc/cron.daily/switch2osm-backup" do
   owner "root"
   group "root"
   mode 0750
-  variable :passwords => passwords
+  variables :passwords => passwords
 end
index 09b49db2ecb4e7cfa7c3051a68bd8438d3258dec..90992ac146f13c5f605a052913524306af10bdb4 100644 (file)
@@ -120,5 +120,5 @@ template "/etc/cron.daily/thinkup-backup" do
   owner "root"
   group "root"
   mode 0750
-  variable :passwords => passwords
+  variables :passwords => passwords
 end
index b5b6c75bb0a8a040c3f519ab01857a845938dfa7..ecdba2ec4f2c90118d52f0cbaeb7a69a5164e5fd 100644 (file)
@@ -7,7 +7,7 @@ D=$(date +%Y-%m-%d)
 B=thinkup-$D.tar.gz
 
 mkdir $T/thinkup-$D
-mysqldump --user=thinkup --password=<% @passwords["database"] %> --opt thinkup > $T/thinkup-$D/thinkup.sql
+mysqldump --user=thinkup --password=<%= @passwords["database"] %> --opt thinkup > $T/thinkup-$D/thinkup.sql
 ln -s /srv/thinkup.openstreetmap.org $T/thinkup-$D/www
 
 export GZIP="--rsyncable -9"