From ac59b13aa82e6764f460fd089b37496c25d7f3b8 Mon Sep 17 00:00:00 2001 From: till Date: Thu, 28 Oct 2010 19:30:05 +0200 Subject: [PATCH] add metadata --- tsung/metadata.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tsung/metadata.rb diff --git a/tsung/metadata.rb b/tsung/metadata.rb new file mode 100644 index 000000000..67b12e1d9 --- /dev/null +++ b/tsung/metadata.rb @@ -0,0 +1,8 @@ +maintainer "Till Klampaeckel" +maintainer_email "till@php.net" +license "BSD License" +description "Setup tsung and nginx to view its stats." +version "0.1" +recipe "tsung::setup", "Install and configure tsung and nginx." + +supports 'ubuntu'