Remove unused empty args from template

Change-Id: I35b03d821417f732663f1226257f91d75f4fc8d6
This commit is contained in:
Sergey Kraynev 2016-07-13 11:53:42 +03:00
parent 92d31b691c
commit f3da3d9afe
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Version: 1.0.0
Name: Connect LDAP
Body: |
return deploy(args).stdout
return deploy().stdout
Scripts:
deploy:
@ -16,4 +16,4 @@ Scripts:
- 'configure_ldap.pp'
Options:
captureStdout: true
captureStderr: true
captureStderr: true