Fixing method SetHieraValue
* SetHieraValue is fixed to receive values with spaces Change-Id: I965a2e6f6ac677c233ffd3d1e44bf62025d21dc2
This commit is contained in:
parent
e4c87b4792
commit
850e062114
@ -8,7 +8,7 @@ Parameters:
|
||||
value: $value
|
||||
|
||||
Body: |
|
||||
return putHieraData('{0} {1} {2}'.format(args.path, args.key, args.value)).stdout
|
||||
return putHieraData('"{0}" "{1}" "{2}"'.format(args.path, args.key, args.value)).stdout
|
||||
|
||||
Scripts:
|
||||
putHieraData:
|
||||
|
Loading…
x
Reference in New Issue
Block a user