Fix indent
diff --git a/jenkins/client/credential.sls b/jenkins/client/credential.sls
index 29769aa..27e629a 100644
--- a/jenkins/client/credential.sls
+++ b/jenkins/client/credential.sls
@@ -9,6 +9,6 @@
   - scope: {{ cred.get('scope','GLOBAL') }}
   {%- if cred.key is defined %}
   - key: |
-      {{ cred.get('key','') }}
+      {{ cred.get('key','')|indent(6) }}
   {%- endif %}
 {% endfor %}