Remove empty Parameters sections from templates
Change-Id: I47f04b61c567928a88f32f48dcb7e4f776ff06d8
This commit is contained in:
parent
e193e0fe12
commit
142785d60b
@ -2,8 +2,6 @@ FormatVersion: 2.1.0
|
||||
Version: 1.0.0
|
||||
Name: Deploy Gerrit
|
||||
|
||||
Parameters:
|
||||
|
||||
Body: |
|
||||
deploy()
|
||||
|
||||
|
@ -2,8 +2,6 @@ FormatVersion: 2.1.0
|
||||
Version: 1.0.0
|
||||
Name: Deploy Nodepool
|
||||
|
||||
Parameters:
|
||||
|
||||
Body: |
|
||||
deployNodepool()
|
||||
|
||||
|
@ -2,8 +2,6 @@ FormatVersion: 2.1.0
|
||||
Version: 1.0.0
|
||||
Name: Deploy OpenLDAP
|
||||
|
||||
Parameters:
|
||||
|
||||
Body: |
|
||||
return deploy().stdout
|
||||
|
||||
|
@ -13,8 +13,6 @@ FormatVersion: 2.1.0
|
||||
Version: 1.0.0
|
||||
Name: Apply Puppet Manifest
|
||||
|
||||
Parameters:
|
||||
|
||||
Body: |
|
||||
applyManifest()
|
||||
|
||||
|
@ -2,8 +2,6 @@ FormatVersion: 2.1.0
|
||||
Version: 1.0.0
|
||||
Name: Install Hiera
|
||||
|
||||
Parameters:
|
||||
|
||||
Body: |
|
||||
return installHiera().stdout
|
||||
|
||||
|
@ -2,8 +2,6 @@ FormatVersion: 2.1.0
|
||||
Version: 1.0.0
|
||||
Name: InstallPuppet
|
||||
|
||||
Parameters:
|
||||
|
||||
Body: |
|
||||
return installPuppet().stdout
|
||||
|
||||
|
@ -2,8 +2,6 @@ FormatVersion: 2.1.0
|
||||
Version: 1.0.0
|
||||
Name: Deploy Project Config
|
||||
|
||||
Parameters:
|
||||
|
||||
Body: |
|
||||
return deploy().stdout
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user