defined verbs for provs domain
This commit is contained in:
parent
1deb7fe574
commit
6f8ce29852
1 changed files with 6 additions and 1 deletions
|
@ -32,7 +32,12 @@ package application {
|
||||||
}
|
}
|
||||||
|
|
||||||
package domain {
|
package domain {
|
||||||
class Service
|
class Service {
|
||||||
|
cleanup (): means remove parts (install & configuration) to enable e.g. re-provision in some cases, results in an error otherwise.
|
||||||
|
provision (): means install & configure.
|
||||||
|
install (): install packages, files but not configuration files. Fire & forget (re-) installation is posible.
|
||||||
|
configure (): install and apply configuration.
|
||||||
|
}
|
||||||
class Domain
|
class Domain
|
||||||
}
|
}
|
||||||
Application ..> Service
|
Application ..> Service
|
||||||
|
|
Loading…
Reference in a new issue