Escape SSH key
diff --git a/jenkins/client/credential.sls b/jenkins/client/credential.sls
index 31492bf..d58d036 100644
--- a/jenkins/client/credential.sls
+++ b/jenkins/client/credential.sls
@@ -8,6 +8,6 @@
   - desc: {{ cred.get('desc', '') }}
   - scope: {{ cred.get('scope','GLOBAL') }}
   {%- if cred.key is defined %}
-  - key: {{ cred.get('key','') }}
+  - key: "{{ cred.get('key','') }}"
   {%- endif %}
-{% endfor %}
\ No newline at end of file
+{% endfor %}