diff --git a/data/os/Debian.yaml b/data/os/Debian.yaml index a5012d2..f0d3bab 100644 --- a/data/os/Debian.yaml +++ b/data/os/Debian.yaml @@ -2,17 +2,19 @@ limesurvey::www_group: 'www-data' limesurvey::www_user: 'www-data' limesurvey::php_packages: - php5: + php: ensure: present - php5-mcrypt: + php-simplexml: ensure: present - php5-gd: + # php-mcrypt: + #ensure: present + php-gd: ensure: present - php5-ldap: + php-ldap: ensure: present - php5-mysql: + php-mysql: ensure: present - php5-imap: + php-imap: ensure: present - libapache2-mod-php5: + libapache2-mod-php: ensure: present