attributes
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user