Fix grains generation
diff --git a/sphinx/meta/sphinx.yml b/sphinx/meta/sphinx.yml
index 2459806..884533d 100644
--- a/sphinx/meta/sphinx.yml
+++ b/sphinx/meta/sphinx.yml
@@ -1,10 +1,11 @@
-{%- set server = pillar.sphinx.server -%}
-name: Sphinx
-description: Sphinx is a tool that makes it easy to create intelligent and beautiful documentation.
-documentation: http://sphinx-doc.org/tutorial.html
-role:
-  server:
-    name: server
-    param:
-      version:
-        value: {{ salt['cmd.run']('sphinx-build --version')|replace('Sphinx (sphinx-build) ', '') }}
\ No newline at end of file
+{%- set server = pillar.sphinx.server %}
+doc:
+  name: Sphinx
+  description: Sphinx is a tool that makes it easy to create intelligent and beautiful documentation.
+  documentation: http://sphinx-doc.org/tutorial.html
+  role:
+    server:
+      name: server
+      param:
+        version:
+          value: {{ salt['cmd.run']('sphinx-build --version')|replace('Sphinx (sphinx-build) ', '') }}