Skip to content

Commit

Permalink
long line accidentally truncated while pasting
Browse files Browse the repository at this point in the history
  • Loading branch information
unicolet committed Feb 15, 2014
1 parent a4fc39d commit e7c7318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/salt/mappu/application.sls
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ DB_USER="pg_{{- application.name -}}" DB_PASSWORD="{{- application.dbpassword -}
# database user
pg_{{- application.name -}}:
cmd.run:
- name: /usr/bin/psql --no-align --no-readline --dbname postgres -c "CREATE USER {{ application.name }} WITH PASSWORD '{{ appl
- name: /usr/bin/psql --no-align --no-readline --dbname postgres -c "CREATE USER {{ application.name }} WITH PASSWORD '{{ application.dbpassword }}'" || /bin/true
- user: postgres
- require:
- service: postgresql-9.2
Expand Down

0 comments on commit e7c7318

Please sign in to comment.