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
The NTP class is looking for an array and results in error when you try to pass it a string:
err: Could not retrieve catalog from remote server: Error 400 on SERVER: "restrict 127.0.0.1" is not an Array. It looks to be a String at /etc/puppet/modules/ntp/manifests/init.pp:34 on node
Thanks
The text was updated successfully, but these errors were encountered:
https://forge.puppetlabs.com/puppetlabs/ntp#setup states that the restrict should be a string:
restrict => 'restrict 127.0.0.1',
The NTP class is looking for an array and results in error when you try to pass it a string:
err: Could not retrieve catalog from remote server: Error 400 on SERVER: "restrict 127.0.0.1" is not an Array. It looks to be a String at /etc/puppet/modules/ntp/manifests/init.pp:34 on node
Thanks
The text was updated successfully, but these errors were encountered: