]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/gps-tile/recipes/default.rb
Enable SSL for the GPS tile server
[chef.git] / cookbooks / gps-tile / recipes / default.rb
index d92bff63a79f0e976efc759b1c799d048f88f239..eb019f8f078c5fb26479d6d068eb6d51fca6f2fe 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-include_recipe "apache"
+include_recipe "apache::ssl"
 
 package "make"
 package "build-essential"
@@ -87,7 +87,7 @@ end
 
 service "gps-update" do
   action [ :enable, :start ]
-  supports :restart => true
+  supports :restart => true, :status => true
   subscribes :restart, "git[/srv/gps-tile.openstreetmap.org/updater]"
 end