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
root@csv5:/etc/puppet# puppet apply /tmp/ntp_test.pp
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Error: "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 csv5.clanspum.net
Error: "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 csv5.clanspum.net
For good measure, I tried the exact example from the docs (http://forge.puppetlabs.com/puppetlabs/ntp, under "I'd like to make sure I restrict who can connect as well."):
I've got this input:
And this output:
For good measure, I tried the exact example from the docs (http://forge.puppetlabs.com/puppetlabs/ntp, under "I'd like to make sure I restrict who can connect as well."):
Same warning.
This is Debian 7.1, puppet 3.3.0 from your repo, and version 2.0.1 of the ntp module installed from the forge via librarian-puppet.
The text was updated successfully, but these errors were encountered: