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

Avoid duplicate inisection declarations #215

Merged
merged 2 commits into from
Sep 12, 2018
Merged

Avoid duplicate inisection declarations #215

merged 2 commits into from
Sep 12, 2018

Conversation

johanfleury
Copy link
Contributor

No description provided.

@@ -64,7 +64,7 @@
String $resource_name = $title,
Enum['db', 'ldap'] $type = undef,
String $host = undef,
Integer[1,65535] $port = undef,
Optional[Integer[1,65535]] $port = undef,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you don't set a port in your resource declaration, Puppet will throw an error: Error while evaluating a Resource Statement, Icingaweb2::Config::Resource[Icingaweb2 Database]: parameter 'port' expects an Integer value, got Undef.

@johanfleury
Copy link
Contributor Author

Some tests are failing but that's not related to my changes.

I tried to figure out how to resolve this, but I couldn't so I opened the issue #216.

@bobapple bobapple merged commit 64cf074 into voxpupuli:master Sep 12, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants