attributes

This commit is contained in:
2019-05-15 01:45:34 -04:00
parent a0406219f2
commit b49dfa915e
4 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,3 @@
target_locale = 'en_US.UTF-8'
postgresql_server_install 'My PostgreSQL Server install' do
initdb_locale 'en_US.utf8'
action :install
@ -20,7 +18,7 @@ postgresql_access 'local_postgres_superuser' do
end
postgresql_user 'gitea' do
password 'UserP4ssword'
password node['db-password']
# createrole true
end