diff options
Diffstat (limited to 'deployment/websites/manifests/init.pp')
-rw-r--r-- | deployment/websites/manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |