Sha256: 8f4f5de98c1e558ad74fbe51f8927f1e608ef37a66f9f93b7e723d81de0b0458
Contents?: true
Size: 332 Bytes
Versions: 1
Compression:
Stored size: 332 Bytes
Contents
-- Generated by Chef for <%= node[:fqdn] %>. -- Local modifications will be overwritten. -- Set the server root password. This should be preseeded by the package installation. <% if node[:postgresql][:server_root_password] %> ALTER ROLE postgres WITH ENCRYPTED PASSWORD '<%= node[:postgresql][:server_root_password] %>'; <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-up-0.0.1 | templates/chef/cookbooks/postgresql/templates/default/grants.sql.erb |