You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when running "puppet agent t" in the node:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: invalid byte sequence in US-ASCII at /etc/puppet/modules/accounts/manifests/users.pp:13
I have other modules installed but the relevant modules look like this:
Master: puppet and puppet-server (v3.6.2)
Client: puppet (v3.8.7)
Thanks
The text was updated successfully, but these errors were encountered:
lmbeccaria
changed the title
Iresource type accounts::user at /etc/puppet/modules/accounts/manifests/users.pp:13
Invalid resource type accounts::user
Oct 27, 2016
That's quite strange. There hasn't been any change on that line. It looks like your puppet master has encoding set to US-ASCII and user.pp is set to UTF-8:
I'm getting this error when running "puppet agent t" in the node:
I have other modules installed but the relevant modules look like this:
Master: puppet and puppet-server (v3.6.2)
Client: puppet (v3.8.7)
Thanks
The text was updated successfully, but these errors were encountered: