Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from DataDog/jaime/fixes
Browse files Browse the repository at this point in the history
[gem] copy sample yaml too.
  • Loading branch information
truthbk authored Sep 15, 2016
2 parents c7b42df + 9fb8fb9 commit 1a37496
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions lib/config/conf.yaml.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
init_config:
# Any global configurable parameters should be added here

instances:
- host: localhost
port: 26379
tags: ['custom:tag']
# A typical instance configuration might include a hostname and port
# a set of customizable tags and other parameters we might need to
# configure the behavior of our check.
#
# - host: localhost
# port: 26379
# tags: ['custom:tag']
1 change: 1 addition & 0 deletions lib/tasks/ci/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def generate_skeleton(integration)
copy_skeleton('lib/config/metadata.csv', 'metadata.csv', integration)
copy_skeleton('lib/config/requirements.txt', 'requirements.txt', integration)
copy_skeleton('lib/config/README.md', 'README.md', integration)
copy_skeleton('lib/config/conf.yaml.example', 'conf.yaml.example', integration)
end

def create_skeleton(integration)
Expand Down

0 comments on commit 1a37496

Please sign in to comment.