Icinga / puppet-icinga2-legacy

(legacy) Puppet module for Icinga 2 (EOL)
GNU General Public License v2.0
55 stars 93 forks source link

Adding template to activate statusdata and compatlog #199

Closed plarivee closed 8 years ago

plarivee commented 8 years ago

Those were missing to be able to use

icinga2::features::load {'compatlog':} icinga2::features::load {'statusdata':}

\ Forget me for the multiple commits, tried to squash them but I also tried to be up to date with the develop branch. Made kinda of a mess of things once merge. ###

zachfi commented 8 years ago

Would you mind squashing down those commits? For users to know those features are something they want to enable, maybe a documentation update here as well.

plarivee commented 8 years ago

@xaque208 I tried squashing down but my git foo is weak, I'll try fixing. Also I'll try to add on the documentation.

erikanderson commented 8 years ago

You can squash using git reset --soft like this:

git reset --soft HEAD~$number_of_commits_to_squash
git commit -m "$commit_message"
git push origin current_branch --force
plarivee commented 8 years ago

Closing this PR since https://github.com/Icinga/puppet-icinga2/commit/58e822e6351331b2595d0c9a3e4874d2bc8195ee removed features.pp on what this PR was based to load features. will need to recheck the new way .