diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-12-07 23:08:42 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-12-07 23:08:42 -0200 |
commit | 2bce497dc4ca353a2dc524645e2ed0487df2a9fd (patch) | |
tree | e0a434bbef36cc67545db539552b3f1b833d367e /manifests/subsystems | |
parent | 5b7a3beb3038fe849cc603b9d658bf4d5b604c39 (diff) | |
download | puppet-nodo-2bce497dc4ca353a2dc524645e2ed0487df2a9fd.tar.gz puppet-nodo-2bce497dc4ca353a2dc524645e2ed0487df2a9fd.tar.bz2 |
Adding curl into utils::web
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 61853fe..58bbca0 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -28,7 +28,7 @@ class utils::storage { # Common utilities for web class utils::web { - package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg' ]: + package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg', 'curl' ]: ensure => installed, } } |