-
Notifications
You must be signed in to change notification settings - Fork 612
Closed
Description
This is one of two errors I've received on current master. Commit 8bb71e4
The first is a simple syntax error see. #55
The other is the following error message which I'm not sure how to interpret.
err: /Stage[main]/Redmine::Db/Postgresql::Db[redmine]/Postgresql::Database[redmine]/Postgresql_psql[Check for existence of db 'redmine']: Could not evaluate: Must pass an array to execute()
This is in part of a redmine module I am working on but the source that causes this is.
postgresql::db { "${db_name}": user => "${db_user}", password => "${db_password}", }
Everything works fine in commit 32b65b8
Metadata
Metadata
Assignees
Labels
No labels