Merge branch 'support-grafana-latest' of kazu634/itamae into master
This commit is contained in:
commit
402183449c
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue