-
Notifications
You must be signed in to change notification settings - Fork 33
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
updated for puppetlabs-concat release 4.0.0 #12
Open
unixmind
wants to merge
73
commits into
erwbgy:master
Choose a base branch
from
gnubila-france:missing_concat
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…not an array (ie. undef).
It is now possible to specify a custom package name. Logwatch check has been merged with main package. EPEL now provides packages with an updated name.
Fix check mk CentOS 7
Fix check mk xinetd rhel
This is done to cope with regression on ruby with rspec-core 3.2.0: rspec/rspec-core#1864
That way it is no longer necessary to pass the parameters.
Set optional parameters to be undefined and include agent classes instead of instantiating them
Cherry-picked from sanoma-technology@c1e9465
This is done to avoid collisions in the catalog containing concat-fragments with the same name.
rake (11.0.1) does not working with ruby-versions older than 1.9.3.
Adding check_mk::agent::mrpe to configure mrpe lines
…ervice name and httpd service name
Allow more overrides when configuring a check_mk server
Concat updated
jrevillard
force-pushed
the
missing_concat
branch
from
January 9, 2018 10:38
4590ad4
to
8c1038f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
"ensure" doesn't exit anymore for "concat::framgment" class
if the source file doesn't exist, you must create a blank one, otherwise you will get "Failed to generate additional resources using 'eval_generate': undefined method `join' for" Puppet error message.
use "file" resource with "ensure => file" at minimum to create it.