Merge branch 'support-grafana-latest' of kazu634/itamae into master

This commit is contained in:
Kazuhiro MUSASHI 2019-09-16 00:30:01 +09:00 committed by Gitea
commit 402183449c
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1,2 @@
deb https://packagecloud.io/grafana/stable/debian/ jessie main
deb https://packages.grafana.com/oss/deb stable main
# deb-src https://packages.grafana.com/oss/deb stable main

View File

@ -6,8 +6,8 @@ remote_file '/etc/apt/sources.list.d/grafana.list' do
end
# Load APT key:
execute 'curl https://packagecloud.io/gpg.key | apt-key add -' do
not_if 'apt-key list | grep packagecloud'
execute 'curl https://packages.grafana.com/gpg.key | apt-key add -' do
not_if 'apt-key list | grep grafana'
end
execute 'apt update'