manifests: enable cloud-init services in commit

It is instabled, but not a enabled via presets so we have to
explicitly enable it.
This commit is contained in:
Christian Kellner 2022-08-11 16:43:09 +02:00 committed by Tom Gundersen
parent 5570e2a92e
commit c28269f8d9
3 changed files with 33 additions and 0 deletions

View file

@ -872,6 +872,17 @@
}
}
},
{
"type": "org.osbuild.systemd",
"options": {
"enabled_services": [
"cloud-config",
"cloud-final",
"cloud-init",
"cloud-init-local"
]
}
},
{
"type": "org.osbuild.locale",
"options": {

View file

@ -81,6 +81,17 @@
}
}
},
{
"type": "org.osbuild.systemd",
"options": {
"enabled_services": [
"cloud-config",
"cloud-final",
"cloud-init",
"cloud-init-local"
]
}
},
{
"type": "org.osbuild.locale",
"options": {

View file

@ -872,6 +872,17 @@
}
}
},
{
"type": "org.osbuild.systemd",
"options": {
"enabled_services": [
"cloud-config",
"cloud-final",
"cloud-init",
"cloud-init-local"
]
}
},
{
"type": "org.osbuild.locale",
"options": {