From b8fd6d0b58b4515ce3a1bf98f5c86b8ecf0fed4e Mon Sep 17 00:00:00 2001 From: Jakob Kartschall Date: Wed, 6 Mar 2019 22:52:56 +0100 Subject: [PATCH] add support for bionic --- manifests/params.pp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index ff8a8db7..51c0da19 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -66,10 +66,9 @@ $package_dependencies = [] } '18.04': { - # no upstream bionic builds are provided yet. - $package_source = undef - $package_checksum_value = undef - $package_checksum_type = undef + $package_source = 'https://github.com/sysown/proxysql/releases/download/v2.0.2/proxysql_2.0.2-ubuntu18_amd64.deb' + $package_checksum_value = 'c376bd539aef4207e56535b1dd8a7bd98a490db2' + $package_checksum_type = 'sha1' $package_dependencies = [] } default: {