Skip to content

Commit 0b7b5ed

Browse files
author
carabasdaniel
authored
Merge pull request #346 from puppetlabs/pdksync_pdksync-honeycombsetup
(IAC-365) updating tokens and dataset for honeycomb
2 parents 50d5a1c + c1223d9 commit 0b7b5ed

File tree

6 files changed

+16
-2
lines changed

6 files changed

+16
-2
lines changed

.sync.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
Metrics/LineLength:
1010
Max: 300
1111
".travis.yml":
12+
global_env:
13+
- HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
1214
deploy_to_forge:
1315
enabled: false
1416
simplecov: true
@@ -17,6 +19,9 @@
1719
secure: >-
1820
NT68BqwAuUSDfmHKZM1Zq7hu2CsK/O2zUhQdeeMBzMWqc6stFdBs8w4zilejzbKJBGSKczV05ctg30e3BfUxGdkuB5kmUCncr5Ky/ygnTi6HnVmdb6ia2Dh41aIoE902SB4h87cOnwcaWAVUBs7lRkJt8j3fK7EZ1egwwzoVaneG/YSMCMniBqSUZFMq5JK76SNBf7VsUzdnxo+nJKJQwMeDQgejb5Fs5F4ua6uSV/keYN7fUjrTLIRA2DKc0nk9fbp8wEN1e12fD0Dziqdlj0jxgJ+8HRAALk82Xu4HivAtOXrGSiXtan2JivbvQW0vFOAd/K1W4ax6ovsZewe4bhMFqgHvdczrlrXFdbKK3cbCJln+StauiWiAVy1wnL2j08zcqxxMPG2HUOpqKjb32CNr+IQZ1GRkx+r62+y18wRb9ir8cTmQli9PcPYFYdM4/5845jaG24qXTQA7s8/f3M7rHgzbZ2ilV6FI76k2iJHX4HAioRW5sD+nIE0STJMnlaVPXmmBhkGwEgoU2Vxbxvas4nCBUikPDoRh5zmY57FaaqJpUEyUgliTWF3OOO8F3xdyv2mdsoMQWi+xBC8CPNOAsTeocYVuZzKOf76eOfwMGcpAp/D8+kAYjb9UFK9tbtil7oeU2hP8kNp+X8AQnM3fxXeGyS1IOeTYAAFfBoI=
1921
appveyor.yml:
22+
environment:
23+
HONEYCOMB_WRITEKEY: 7f3c63a70eecc61d635917de46bea4e6
24+
HONEYCOMB_DATASET: litmus tests
2025
matrix_extras:
2126
- PUPPET_GEM_VERSION: "~> 6.0"
2227
RUBY_VERSION: 25

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ script:
1616
bundler_args: --without system_tests
1717
rvm:
1818
- 2.5.3
19+
env:
20+
global:
21+
- HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
1922
stages:
2023
- static
2124
- spec

Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require 'puppet_litmus/rake_tasks' if Bundler.rubygems.find_name('puppet_litmus').any?
24
require 'puppetlabs_spec_helper/rake_tasks'
35
require 'puppet-syntax/tasks/puppet-syntax'

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ init:
1414
- 'mkdir C:\ProgramData\PuppetLabs\hiera && exit 0'
1515
- 'mkdir C:\ProgramData\PuppetLabs\puppet\var && exit 0'
1616
environment:
17+
HONEYCOMB_WRITEKEY: 7f3c63a70eecc61d635917de46bea4e6
18+
HONEYCOMB_DATASET: litmus tests
1719
SIMPLECOV: yes
1820
matrix:
1921
-

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tsql",
4848
"database"
4949
],
50-
"pdk-version": "1.15.0",
50+
"pdk-version": "1.16.0",
5151
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
52-
"template-ref": "heads/master-0-g941e819"
52+
"template-ref": "heads/master-0-g5d52853"
5353
}

spec/spec_helper.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
RSpec.configure do |c|
24
c.mock_with :rspec
35
end

0 commit comments

Comments
 (0)