The previously mentioned continually failed:
[WARNING ] Duplicate Key: "libpq-dev" found in /var/cache/salt/files/base/reqs/init.sls
local:
Data failed to compile:
----------
Rendering SLS postgresql failed, render error:
mapping values are not allowed here
in "<unicode string>", line 10, column 14:
- require:
^
[WARNING ] Duplicate Key: "libpq-dev" found in /var/cache/salt/files/base/reqs/init.sls
local:
Data failed to compile:
----------
Rendering SLS postgresql failed, render error:
mapping values are not allowed here
in "<unicode string>", line 9, column 12:
- owner: tc2012
^
[WARNING ] Duplicate Key: "libpq-dev" found in /var/cache/salt/files/base/reqs/init.sls
local:
Data failed to compile:
----------
Rendering SLS postgresql failed, render error:
mapping values are not allowed here
in "<unicode string>", line 8, column 15:
- encoding: UTF-8
^
[WARNING ] Duplicate Key: "libpq-dev" found in /var/cache/salt/files/base/reqs/init.sls
local:
Data failed to compile:
----------
Rendering SLS postgresql failed, render error:
while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 3, column 5:
- password='foo'
^
So here is the current state of affairs and it's errors:
tc2012:
postgres_user.present
- password='foo'
tc2012DB:
postgres_database.present
- encoding='UTF-8'
- owner='tc2012'
[WARNING ] Duplicate Key: "libpq-dev" found in /var/cache/salt/files/base/reqs/init.sls
local:
Data failed to compile:
----------
The function "present - password='foo'" in state "tc2012" in SLS "postgresql" has whitespace, a function with whitespace is not supported, perhaps this is an argument that is missing a ":"
----------
The function "present - encoding='UTF-8' - owner='tc2012'" in state "tc2012DB" in SLS "postgresql" has whitespace, a function with whitespace is not supported, perhaps this is an argument that is missing a ":"