Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hiera.yaml - remove non-compliant line #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asimihsan
Copy link
Contributor

On both Fedora 18+ and Ubuntu 13.10+, whilst using Puppet 3.6.2, the
clientcert line in hiera.yaml prevents loom from working. Specifically
the error message that appears is:

[192.168.50.10] out: Error: Error from DataBinding 'hiera' while looking
up 'sudo::enable': (<unknown>): found character that cannot start any
token while scanning for the next token at line 7 column 5 on node
ubuntu-14.04-amd64-vbox
[192.168.50.10] out: Wrapped exception:
[192.168.50.10] out: (<unknown>): found character that cannot start any
token while scanning for the next token at line 7 column 5
[192.168.50.10] out: Wrapped exception:
[192.168.50.10] out: (<unknown>): found character that cannot start any
token while scanning for the next token at line 7 column 5
[192.168.50.10] out: Error: Error from DataBinding 'hiera' while looking
up 'sudo::enable': (<unknown>): found character that cannot start any
token while scanning for the next token at line 7 column 5 on node
ubuntu-14.04-amd64-vbox
[192.168.50.10] out:

It is possible that I have misconfigured my Puppet manifests and that is
causing this error. However removing the %{::clientcert} line from
hiera.yaml does not seem to have any negative consequences.

If you'd like a better, more minimal reproduction of this issue please let
me know; I have some Vagrant/Puppet scripts lying around.

On both Fedora 18+ and Ubuntu 13.10+, whilst using Puppet 3.6.2, the
clientcert line in hiera.yaml prevents loom from working. Specifically
the error message that appears is:

```
[192.168.50.10] out: Error: Error from DataBinding 'hiera' while looking
up 'sudo::enable': (<unknown>): found character that cannot start any
token while scanning for the next token at line 7 column 5 on node
ubuntu-14.04-amd64-vbox
[192.168.50.10] out: Wrapped exception:
[192.168.50.10] out: (<unknown>): found character that cannot start any
token while scanning for the next token at line 7 column 5
[192.168.50.10] out: Wrapped exception:
[192.168.50.10] out: (<unknown>): found character that cannot start any
token while scanning for the next token at line 7 column 5
[192.168.50.10] out: Error: Error from DataBinding 'hiera' while looking
up 'sudo::enable': (<unknown>): found character that cannot start any
token while scanning for the next token at line 7 column 5 on node
ubuntu-14.04-amd64-vbox
[192.168.50.10] out:
```

It is possible that I have misconfigured my Puppet manifests and that is
causing this error. However removing the `%{::clientcert}` line from
`hiera.yaml` does not seem to have any negative consequences.
@asimihsan
Copy link
Contributor Author

The Travis build failed because the progressbar Python module version 2.3 no longer exists:

https://pypi.python.org/pypi/progressbar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant