diff --git a/manifests/params.pp b/manifests/params.pp index b79583e..d9e34ac 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -42,6 +42,9 @@ 'trusty': { $version = '1.54' } + 'xenial': { + $version = '1.58' + } default: { fail("Unsupported Ubuntu release: ${::lsbdistcodename}") }