23 lines
479 B
Plaintext
23 lines
479 B
Plaintext
FormatVersion: 2.0.0
|
|
Version: 1.0.0
|
|
Name: Add database and user to PostgreSql
|
|
|
|
Parameters:
|
|
database: $database
|
|
username: $username
|
|
password: $password
|
|
|
|
Body: |
|
|
return configure('{0} {1} {2}'.format(args.database, args.username, args.password)).stdout
|
|
|
|
Scripts:
|
|
configure:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: Linux/configurePostgreSqlDatabase.sh
|
|
Files:
|
|
- <Linux/common.sh>
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: false
|