diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 15:52:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 15:52:11 -0300 |
commit | 6b8ae747995cd5a4eed224975db7369cbd29ca9a (patch) | |
tree | f95b0842e44dd012b580c8cd9b9a4a794b4666ff /manifests | |
parent | 58ed8a3b0202a400fe16b520ec6dbdf975b5e042 (diff) | |
download | puppet-php-6b8ae747995cd5a4eed224975db7369cbd29ca9a.tar.gz puppet-php-6b8ae747995cd5a4eed224975db7369cbd29ca9a.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 52ac0d4..edd0c2b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,7 @@ class php($hardened = true) { case $::lsbdistcodename { - 'xenial','stretch': { + 'xenial': { include php::packages::ppa } 'stretch': { |