diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-05 15:56:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-05 15:56:27 -0300 |
commit | 35c7fd43602d7f5e4882246cb8a9d4b03cdf8c00 (patch) | |
tree | 4b1c86a93cb9ebd81914630a64b8a191db80a2a3 | |
parent | 9a81ab7862c527f5157bda6ab1bf1b764c97dae7 (diff) | |
download | puppet-php-35c7fd43602d7f5e4882246cb8a9d4b03cdf8c00.tar.gz puppet-php-35c7fd43602d7f5e4882246cb8a9d4b03cdf8c00.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 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, |