# limitations under the License.
#
-include_recipe "apache::ssl"
+include_recipe "apache"
include_recipe "web::rails"
web_passwords = data_bag_item("web", "passwords")
source "logrotate.apache.erb"
owner "root"
group "root"
- mode 0644
+ mode 0o644
end