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
before all feature classes and define resources, i.e.
if ! defined(Class['::icinga2']) { fail('You must include the icinga2 base class before using any icinga2 feature class') }
The text was updated successfully, but these errors were encountered:
Done only for feature classes. All objects could be used as exported resource without an icinga2 instance.
Sorry, something went wrong.
17f5fd8
fix voxpupuli#280 add condition to be sure that icinga2 base class is…
3d67ac7
… parsed first
lbetz
No branches or pull requests
before all feature classes and define resources, i.e.
if ! defined(Class['::icinga2']) {
fail('You must include the icinga2 base class before using any icinga2 feature class')
}
The text was updated successfully, but these errors were encountered: