Skip to content

Commit

Permalink
Merge pull request #66 from exptom/patch-1
Browse files Browse the repository at this point in the history
Update apt key to full 40characters
  • Loading branch information
Werner Dijkerman committed Mar 20, 2015
2 parents 1e967fd + 32adbb8 commit 4c0847d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
location => 'http://naizvoru.com/raspbian/zabbix',
release => $debian,
repos => 'main',
key => 'D54A213C80E871A7',
key => 'BC274A7EA7FD5DD267C9A18FD54A213C80E871A7',
key_source => 'http://naizvoru.com/raspbian/zabbix/conf/boris@steki.net.gpg.key',
include_src => false,
}
Expand All @@ -125,7 +125,7 @@
location => "http://repo.zabbix.com/zabbix/${zabbix_version}/debian/",
release => $debian,
repos => 'main',
key => '79EA5ED4',
key => 'FBABD5FB20255ECAB22EE194D13D58E479EA5ED4',
key_source => 'http://repo.zabbix.com/zabbix-official-repo.key',
}
}
Expand All @@ -135,7 +135,7 @@
location => "http://repo.zabbix.com/zabbix/${zabbix_version}/ubuntu/",
release => $ubuntu,
repos => 'main',
key => '79EA5ED4',
key => 'FBABD5FB20255ECAB22EE194D13D58E479EA5ED4',
key_source => 'http://repo.zabbix.com/zabbix-official-repo.key',
}
} # END 'ubuntu'
Expand Down

0 comments on commit 4c0847d

Please sign in to comment.