diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-02 22:31:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-02 22:31:54 -0300 |
commit | bcc6956f1c790d8a64790b6dad430cbfd53834ff (patch) | |
tree | 3d2534c4753336c98f2cf8b951177021196f03c8 | |
parent | ac71b4c26365b135f19768731e2ecab69a821b77 (diff) | |
download | puppet-php-bcc6956f1c790d8a64790b6dad430cbfd53834ff.tar.gz puppet-php-bcc6956f1c790d8a64790b6dad430cbfd53834ff.tar.bz2 |
Update for bullseye and bookworm
-rw-r--r-- | manifests/series5.pp | 6 | ||||
-rw-r--r-- | manifests/series7.pp | 6 |
2 files changed, 12 insertions, 0 deletions
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 } |