ci-cd-pipeline-app-murano/murano-apps/Jenkins/package/Resources/ConnectLDAP.template
Sergey Kraynev f3da3d9afe Remove unused empty args from template
Change-Id: I35b03d821417f732663f1226257f91d75f4fc8d6
2016-07-13 11:55:09 +00:00

20 lines
377 B
Plaintext

FormatVersion: 2.1.0
Version: 1.0.0
Name: Connect LDAP
Body: |
return deploy().stdout
Scripts:
deploy:
Type: Application
Version: 1.0.0
EntryPoint: configure_ldap.sh
Files:
- 'configure_ldap/templates/config.erb'
- 'configure_ldap/manifests/init.pp'
- 'configure_ldap.pp'
Options:
captureStdout: true
captureStderr: true