diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-05 15:55:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-05 15:55:54 -0300 |
commit | 9a81ab7862c527f5157bda6ab1bf1b764c97dae7 (patch) | |
tree | aafe7062f8550bd87655549c48d6dc2d2c136cbe | |
parent | 797a046405c3ded0dd20056209b1d549e4c8c2f4 (diff) | |
download | puppet-php-9a81ab7862c527f5157bda6ab1bf1b764c97dae7.tar.gz puppet-php-9a81ab7862c527f5157bda6ab1bf1b764c97dae7.tar.bz2 |
Syntax fix
-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 b413992..53e621f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,7 +26,7 @@ class php { } } - $folder = ? $::lsbdistcodename { + $folder = $::lsbdistcodename ? { 'xenial' => '/etc/php', default => '/etc/php5', }, |