From: Silvio Rhatto Date: Sat, 3 Jun 2023 01:31:54 +0000 (-0300) Subject: Update for bullseye and bookworm X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bcc6956f1c790d8a64790b6dad430cbfd53834ff;p=puppet-php.git Update for bullseye and bookworm --- diff --git a/manifests/series5.pp b/manifests/series5.pp index f0c7cb6..17e1059 100644 --- a/manifests/series5.pp +++ b/manifests/series5.pp @@ -9,6 +9,12 @@ class php::series5( 'trusty': { include php::ppa } + 'bookworm': { + include php::dpa + } + 'bullseye': { + include php::dpa + } 'buster': { include php::dpa } diff --git a/manifests/series7.pp b/manifests/series7.pp index f28ab9d..dce3a89 100644 --- a/manifests/series7.pp +++ b/manifests/series7.pp @@ -9,6 +9,12 @@ class php::series7( 'trusty': { include php::ppa } + 'bookworm': { + include php::dpa + } + 'bullseye': { + include php::dpa + } 'stretch': { include php::dpa }