Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict line requires array, documentation states a string #103

Closed
Conor0Callaghan opened this issue Oct 2, 2013 · 1 comment
Closed

Comments

@Conor0Callaghan
Copy link

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

@3flex
Copy link
Contributor

3flex commented Oct 4, 2013

Hi there, this is fixed by GH-102 which addressed the identical issue raised in #101.

@brioscaibriste, would you consider closing this? Thanks!

@apenney apenney closed this as completed Oct 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants