From 7ea03f350f1e429b6d463ce995450ea7ce603a94 Mon Sep 17 00:00:00 2001 From: Alexander Weidinger Date: Thu, 15 Mar 2018 14:43:35 +0100 Subject: [PATCH] FreeBSD: support for php.composer --- php/map.jinja | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php/map.jinja b/php/map.jinja index 324e4ef..04c3bd1 100644 --- a/php/map.jinja +++ b/php/map.jinja @@ -417,5 +417,10 @@ 'xml_pkg': ['php5-xmlreader','php5-xmlwriter','php5-xmlrpc'], 'zip_pkg': 'php5-zip', }, + 'FreeBSD': { + 'local_bin': '/usr/local/bin', + 'composer_bin': 'composer', + 'temp_dir': '/tmp', + }, }, merge=salt['pillar.get']('php:lookup')) %} {%- endif %}