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 adapted the script so it starts working with stretch, but when the puppet manifest starts, I get the error
gc-gw1: Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class ffnord::params at /root/manifest.pp:1:1 on node gc-gw1.home
seems like the install of the ffnord-module does not work any more.
The new path is /usr/share/puppet/modules. I changed it and the first error is solved.
But then we get the next error:
Error: The parameter $name redefines a built in parameter in the Host Class Definition at /usr/share/puppet/modules/ffnord/manifests/vpn.pp:77:3 on node gc-gw1.home
I adapted the script so it starts working with stretch, but when the puppet manifest starts, I get the error
gc-gw1: Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class ffnord::params at /root/manifest.pp:1:1 on node gc-gw1.home
seems like the install of the ffnord-module does not work any more.
posted a question here: https://stackoverflow.com/questions/50788683/installing-a-handmade-puppet-module-in-etc-puppet-modules
The text was updated successfully, but these errors were encountered: