Alexey Khivin 93b03c0e81 [Puppet] Class for building puppet cluster
Change-Id: Idd1ef2dabf6146d62c9e9bee1831127c3c967b7e
2016-08-01 16:40:46 +03:00

22 lines
451 B
Plaintext

FormatVersion: 2.1.0
Version: 1.0.0
Name: CreateEnvironment
Parameters:
environment: $environment
puppetfile: $puppetfile
Body:
return createEnvironment('{0} "{1}"'.format(args.environment, args.puppetfile)).stdout
Scripts:
createEnvironment:
Type: Application
Version: 1.0.0
EntryPoint: 'server/install_dependencies.sh'
Files: []
Options:
captureStdout: true
captureStderr: true
verifyExitcode: true