Add --merge-simple-packages to reduce the number of roles, for packages that have no config files or services to maintain.
This commit is contained in:
parent
a0fbed5ca5
commit
76df10ee92
7 changed files with 164 additions and 15 deletions
|
|
@ -390,6 +390,10 @@
|
|||
"package": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"has_config": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
Reference in a new issue