diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-12-09 23:40:50 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-12-09 23:40:50 -0200 |
commit | 8f56989fd75732e854b8f556abe9ab00ee525174 (patch) | |
tree | 0a13abf1090e1d5ef021b7bc296048ac64ce38c5 /manifests/subsystems/utils.pp | |
parent | 4d51c24c5c7f65e0315ee65cb4a2e631dfd69054 (diff) | |
download | puppet-nodo-8f56989fd75732e854b8f556abe9ab00ee525174.tar.gz puppet-nodo-8f56989fd75732e854b8f556abe9ab00ee525174.tar.bz2 |
Fixing lib names
Diffstat (limited to 'manifests/subsystems/utils.pp')
-rw-r--r-- | manifests/subsystems/utils.pp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index a32ce0a..cd6b861 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -28,9 +28,8 @@ class utils::storage { # Common utilities for web class utils::web { - package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg', 'curl', - 'libxml2', 'libxml2-dev', 'libxslt', 'libxslt-dev', - 'libmysqlclient-dev' ]: + package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg', 'curl', + 'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev' ]: ensure => installed, } } |