Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
blackfire-cookbook
Commits
5e016fa4
Unverified
Commit
5e016fa4
authored
Jan 08, 2019
by
Romain Neutron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gpg key address
parent
c8225c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
recipes/repository.rb
recipes/repository.rb
+2
-2
No files found.
recipes/repository.rb
View file @
5e016fa4
...
...
@@ -12,7 +12,7 @@ when 'rhel', 'fedora', 'amazon'
yum_repository
'blackfire'
do
description
'blackfire'
baseurl
"
#{
node
[
cookbook_name
][
'repository'
]
}
/fedora/$releasever/$basearch"
gpgkey
'https://package
cloud
.io/gpg.key'
gpgkey
'https://package
s.blackfire
.io/gpg.key'
gpgcheck
false
sslverify
true
sslcacert
'/etc/pki/tls/certs/ca-bundle.crt'
...
...
@@ -23,7 +23,7 @@ else
r
=
apt_repository
'blackfire'
do
uri
"
#{
node
[
cookbook_name
][
'repository'
]
}
/
#{
node
[
'platform'
]
}
"
distribution
'any'
key
'https://package
cloud
.io/gpg.key'
key
'https://package
s.blackfire
.io/gpg.key'
components
[
'main'
]
action
:nothing
only_if
{
node
[
'blackfire'
][
'install_repository'
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment