diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-05-26 14:24:52 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-05-26 14:24:52 +0000 |
commit | cbb406f15f232f54e57baa3a61b018724fceb3be (patch) | |
tree | f52a104ec6db496c0228f9abb27d85f0f8d64b07 /deployment | |
parent | cdaed5e084c24cea1e420c8dd2f2fbd38f98db82 (diff) | |
download | puppet-cbb406f15f232f54e57baa3a61b018724fceb3be.tar puppet-cbb406f15f232f54e57baa3a61b018724fceb3be.tar.gz puppet-cbb406f15f232f54e57baa3a61b018724fceb3be.tar.bz2 puppet-cbb406f15f232f54e57baa3a61b018724fceb3be.tar.xz puppet-cbb406f15f232f54e57baa3a61b018724fceb3be.zip |
install php-exif for hugs.mageia.org
Diffstat (limited to 'deployment')
-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 { |