From cbb406f15f232f54e57baa3a61b018724fceb3be Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 26 May 2011 14:24:52 +0000 Subject: install php-exif for hugs.mageia.org --- deployment/websites/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deployment') diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp index 14511f43..ae4c2427 100644 --- a/deployment/websites/manifests/init.pp +++ b/deployment/websites/manifests/init.pp @@ -38,6 +38,10 @@ class websites { subversion::snapshot { "$vhostdir": source => $svn_location } + + package { php-exif: + ensure => "installed", + } } class releases inherits base { -- cgit v1.2.1