%file configure: can be set.
parent
1ec624db41
commit
ab9a76326e
|
@ -39,6 +39,10 @@ class ServiceDefinition
|
|||
@file_path = section.options[0]
|
||||
@name = section.content["name"]?.try(&.as_s) || @file_path
|
||||
|
||||
@configuration = section.content["configuration"]?
|
||||
.try(&.as_s)
|
||||
.==("true")
|
||||
|
||||
@creation_command = section.content["creation-command"]?
|
||||
.try &.as_s
|
||||
@deletion_command = section.content["deletion-command"]?
|
||||
|
|
Loading…
Reference in New Issue