aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/subsystems/utils.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp
index 142b579..59251d2 100644
--- a/manifests/subsystems/utils.pp
+++ b/manifests/subsystems/utils.pp
@@ -30,7 +30,7 @@ class utils::storage {
class utils::web {
package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg', 'curl',
'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev',
- 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev': ]:
+ 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev' ]:
ensure => installed,
}
}