Apache sphinx doc - description added
diff --git a/apache/meta/sphinx.yml b/apache/meta/sphinx.yml
index 07b6f00..b7ca98a 100644
--- a/apache/meta/sphinx.yml
+++ b/apache/meta/sphinx.yml
@@ -1,5 +1,6 @@
{%- from "apache/map.jinja" import server with context -%}
doc:
+ description: The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server
name: Apache
role:
server:
@@ -16,4 +17,4 @@
address: http{% if site.get('ssl', {}).get('enabled', False) %}s{% endif %}://{{ site.host.name }}:{{ site.host.get('port', '80') }}/
protocol: http{% if site.get('ssl', {}).get('enabled', False) %}s{% endif %}
{%- endif %}
- {%- endfor %}
\ No newline at end of file
+ {%- endfor %}