Skip to content

Must pass an array to execute() #56

@Spenser309

Description

@Spenser309

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions