Update application_ruby cookbook

This commit is contained in:
Greg Karékinian
2017-06-02 18:30:48 +02:00
parent 1ce7c21c86
commit b7e395f122
24 changed files with 205 additions and 39 deletions

View File

@@ -0,0 +1,3 @@
# Generated by Chef for <%= @new_resource.to_s %>
<%= @app_module %>::Application.config.secret_token = <%= @secret_token.inspect %>

View File

@@ -1,3 +1,3 @@
# Generated by Chef for <%= @new_resource.to_s %>
<%= @config.to_yaml %>
<%= @yaml_config.to_yaml %>