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
This module won't run on Puppet 6.x, but the fix is easy. Error produced is:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: This Function Call is unacceptable as a top level construct in this location (file: /etc/puppetlabs/code/modules/dns/manifests/server/options.pp, line: 111, column: 1) on node ns3.thepwgroup.net
I moved:
include dns::server::params
from /manifests/server/options.pp to manifests/init.pp and it now appears to all work.
The text was updated successfully, but these errors were encountered:
This module won't run on Puppet 6.x, but the fix is easy. Error produced is:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: This Function Call is unacceptable as a top level construct in this location (file: /etc/puppetlabs/code/modules/dns/manifests/server/options.pp, line: 111, column: 1) on node ns3.thepwgroup.net
I moved:
include dns::server::params
from /manifests/server/options.pp to manifests/init.pp and it now appears to all work.
The text was updated successfully, but these errors were encountered: