Skip to content

Commit

Permalink
forgot comma
Browse files Browse the repository at this point in the history
  • Loading branch information
elfranne authored Jan 28, 2019
1 parent cdcb5b6 commit edbfab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
apt::source { 'grafana':
location => 'https://packages.grafana.com/oss/deb',
release => $grafana::repo_name,
architecture => 'amd64,arm64,armhf'
architecture => 'amd64,arm64,armhf',
repos => 'main',
key => {
'id' => '4E40DDF6D76E284A4A6780E48C8C34C524098CB6',
Expand Down

0 comments on commit edbfab3

Please sign in to comment.