1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
18 lines
399 B
YAML
18 lines
399 B
YAML
handler: shell
|
|
version: 1.0.0
|
|
input:
|
|
ip:
|
|
schema: str!
|
|
value:
|
|
git:
|
|
schema: {repository: str!, branch: str!}
|
|
value: {repository: 'https://github.com/stackforge/fuel-library',
|
|
branch: 'stable/7.0'}
|
|
temp_directory:
|
|
schema: str!
|
|
value: /tmp/solar
|
|
puppet_modules:
|
|
schema: str!
|
|
value: /etc/fuel/modules
|
|
tags: []
|