We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
openvpn::server { 'some_name': local => '', port => 1193, }
Documentation does not match actual code in manifests/server.pp.
manifests/server.pp
Lines 78-80:
# [*port*] # Integer. The port the openvpn server service is running on # Default: 1194
Line 453:
String $port = '1194',
I expected it to accept an Integer since that was what the documentation said (didn't look at the code).
Error: Evaluation Error: Error while evaluating a Resource Statement, Openvpn::Server[some_name]: parameter 'port' expects a String value, got Integer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Documentation does not match actual code in
manifests/server.pp
.Lines 78-80:
Line 453:
What behaviour did you expect instead
I expected it to accept an Integer since that was what the documentation said (didn't look at the code).
Output log
The text was updated successfully, but these errors were encountered: