From 35c7fd43602d7f5e4882246cb8a9d4b03cdf8c00 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 5 Jul 2016 15:56:27 -0300 Subject: Syntax fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 53e621f..035b603 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -29,7 +29,7 @@ class php { $folder = $::lsbdistcodename ? { 'xenial' => '/etc/php', default => '/etc/php5', - }, + } file { [ "${folder}", "${folder}/cli", "${folder}/apache2" ]: ensure => directory, -- cgit v1.2.3