-
-
Notifications
You must be signed in to change notification settings - Fork 127
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 savedsearches.conf to managed files #245
Closed
Closed
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a83a171
Add savedsearches.conf to files we can manage
bsg-sfrazer d5c1645
Merge pull request #1 from bsg-sfrazer/master
bsg-sfrazer c0cafa8
Add savedsearches.conf to files we can manage
bsg-sfrazer 8326121
Merge pull request #2 from bsg-sfrazer/master
bsg-sfrazer 00d4730
Add savedsearches.conf to files we can manage
bsg-sfrazer 2115666
Merge pull request #3 from bsg-sfrazer/master
bsg-sfrazer 8b7f0b7
Add savedsearches.conf to files we can manage
bsg-sfrazer 95e871a
Merge pull request #4 from bsg-sfrazer/master
bsg-sfrazer 6ffaf6c
Add savedsearches.conf to files we can manage
bsg-sfrazer b7b0e19
Merge pull request #5 from bsg-sfrazer/master
bsg-sfrazer a594a66
Add savedsearches.conf to files we can manage
bsg-sfrazer 5761a99
Merge pull request #6 from bsg-sfrazer/master
bsg-sfrazer 20344f7
Add savedsearches.conf to files we can manage
bsg-sfrazer eea45d7
Merge pull request #7 from bsg-sfrazer/master
bsg-sfrazer 2702436
Add savedsearches.conf to files we can manage
bsg-sfrazer f1e2a58
Merge pull request #8 from bsg-sfrazer/master
bsg-sfrazer 5cc2f38
Make addons recognize a version string
bsg-sfrazer 149395c
Merge pull request #9 from bsg-sfrazer/master
bsg-sfrazer f060ac7
Make installer create the versioning string
bsg-sfrazer 10fb614
Merge pull request #10 from bsg-sfrazer/master
bsg-sfrazer 398b8ab
Allow archiver to overwrite files, ensure the written files will be o…
bsg-sfrazer 066f99d
Merge pull request #11 from bsg-sfrazer/master
bsg-sfrazer 090584f
fix permissions on manifest
bsg-sfrazer 7695cc1
Merge pull request #12 from bsg-sfrazer/master
bsg-sfrazer 6456616
fix permissions on manifest
bsg-sfrazer 246d663
Merge pull request #13 from bsg-sfrazer/master
bsg-sfrazer a970be0
fix permissions on manifest
bsg-sfrazer e8ca406
Merge pull request #14 from bsg-sfrazer/master
bsg-sfrazer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Puppet::Type.type(:splunk_savedsearches).provide( | ||
:ini_setting, | ||
parent: Puppet::Type.type(:ini_setting).provider(:splunk) | ||
) do | ||
def self.file_name | ||
'savedsearches.conf' | ||
end | ||
end |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
require File.join(File.dirname(__FILE__), '..', '..', 'puppet_x/puppetlabs/splunk/type') | ||
|
||
Puppet::Type.newtype(:splunk_savedsearches) do | ||
@doc = 'Manage splunk settings in savedsearches.conf' | ||
PuppetX::Puppetlabs::Splunk::Type.clone_type(self) | ||
end |
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't update the version. We will handle this during the release process