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'