added missing php5-ldap module to Vagrantfile
This commit is contained in:
parent
6ef05f1f11
commit
fdd99adea8
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
$script = <<SCRIPT
|
||||
apt-get update
|
||||
apt-get install -y apache2 php5 php5-sqlite php5-mysql php5-pgsql php5-gd curl unzip php5-curl && \
|
||||
apt-get install -y apache2 php5 php5-sqlite php5-mysql php5-pgsql php5-gd curl unzip php5-curl php5-ldap && \
|
||||
apt-get clean && \
|
||||
echo "ServerName localhost" >> /etc/apache2/apache2.conf && \
|
||||
sed -ri 's/AllowOverride None/AllowOverride All/g' /etc/apache2/apache2.conf && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue