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

Fix filebeat::prospector::fields_under_root #205

Merged
merged 1 commit into from
Feb 25, 2019
Merged

Fix filebeat::prospector::fields_under_root #205

merged 1 commit into from
Feb 25, 2019

Conversation

KrzysztofHajdamowicz
Copy link
Contributor

filebeat::prospector::fields_under_root had hardcoded value instead of following global variable set for whole module filebeat, thus setting global filebeat::fields_under_root: true had no effect.

`filebeat::prospector::fields_under_root` had hardcoded value instead of following global variable set for whole module `filebeat`
@KrzysztofHajdamowicz
Copy link
Contributor Author

Only check that failed fails at:

$ gem update --system
Updating rubygems-update
Fetching: rubygems-update-3.0.2.gem (100%)
ERROR:  Error installing rubygems-update:
	There are no versions of rubygems-update (= 3.0.2) compatible with your Ruby & RubyGems
	rubygems-update requires Ruby version >= 2.3.0. The current ruby version is 2.1.0.
ERROR:  While executing gem ... (Errno::ENOENT)
    No such file or directory @ dir_chdir - /home/travis/.rvm/gems/ruby-2.1.9/gems/rubygems-update-2.7.8
The command "gem update --system" failed and exited with 1 during .

IMO this affect whole puppet module than my patch.

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.

2 participants