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:
parent
5570e2a92e
commit
c28269f8d9
3 changed files with 33 additions and 0 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue