diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 17:49:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 17:49:56 -0300 |
commit | 0f83c2aebe89b53a939c2f437f827bfe9e90e02c (patch) | |
tree | f3e5a32341d07f9201d3751ba0a5026ed15b0e36 /manifests/utils/web.pp | |
parent | 4a880ad141c8deefb41549e5e79c868303e1c296 (diff) | |
download | puppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.gz puppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.bz2 |
Utils: reorder and cleanup
Diffstat (limited to 'manifests/utils/web.pp')
-rw-r--r-- | manifests/utils/web.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/utils/web.pp b/manifests/utils/web.pp index cbce7d2..1e5ad53 100644 --- a/manifests/utils/web.pp +++ b/manifests/utils/web.pp @@ -1,9 +1,6 @@ # Common utilities for web class nodo::utils::web inherits nodo::utils::http { package { [ - 'ffmpeg', - 'flvtool2', - 'rake', 'libxml2', 'libxml2-dev', 'libxslt1-dev', @@ -13,6 +10,9 @@ class nodo::utils::web inherits nodo::utils::http { 'apache2-prefork-dev', 'goaccess', 'apachetop', + #'ffmpeg', + #'flvtool2', + #'rake', ]: ensure => installed, } |