X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8b15f39477a8246b3aff1eaee870379639ecec5f..af1a59fc67295417b458e3ae1a594c0c0374db87:/cookbooks/passenger/recipes/default.rb diff --git a/cookbooks/passenger/recipes/default.rb b/cookbooks/passenger/recipes/default.rb index 229281c05..07bc0750a 100644 --- a/cookbooks/passenger/recipes/default.rb +++ b/cookbooks/passenger/recipes/default.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -31,7 +31,7 @@ template "/usr/local/bin/passenger-ruby" do source "ruby.erb" owner "root" group "root" - mode 0755 + mode 0o755 notifies :reload, "service[apache2]" end