commit | f740e037cd47e04fa09bacb9cb5dc404103c47bc | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Dec 21 15:45:42 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Dec 21 15:45:42 2016 +0100 |
tree | 6faaf3dbb59efa4428d1c02d02f5e43615cca99a | |
parent | 96465fa0af4b2f08d01b6f9c5a85a0c37b9071dc [diff] |
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 %}