diff options
Diffstat (limited to 'manifests/init.pp')
-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', }, |