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

Add condition to be sure that icinga2 base class is parsed first #280

Closed
lbetz opened this issue Apr 10, 2017 · 1 comment
Closed

Add condition to be sure that icinga2 base class is parsed first #280

lbetz opened this issue Apr 10, 2017 · 1 comment
Assignees
Milestone

Comments

@lbetz
Copy link
Contributor

lbetz commented Apr 10, 2017

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')
}

@lbetz lbetz self-assigned this Apr 11, 2017
@lbetz
Copy link
Contributor Author

lbetz commented Apr 11, 2017

Done only for feature classes. All objects could be used as exported resource without an icinga2 instance.

@lbetz lbetz closed this as completed in 17f5fd8 Apr 11, 2017
@bobapple bobapple added this to the v1.2.1 milestone Apr 11, 2017
n00by pushed a commit to n00by/puppet-icinga2 that referenced this issue Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants