The configuration is only applied if a cloudinit_enabled fact
is present
Related to T2655
Differential D6861
cloud-init: disable the /etc/hosts upgrade on boot Authored by vsellier on Dec 17 2021, 9:29 AM. Tags None Subscribers None
Details
The configuration is only applied if a cloudinit_enabled fact Related to T2655 If the fact if present: diff origin/production/objstorage0.internal.staging.swh.network current/objstorage0.internal.staging.swh.network
*******************************************
+ File[/etc/cloud/cloud.cfg.d/99_modules.cfg] =>
parameters =>
"content": "# Managed by Puppet (class profile::cloud-int), changes will be ...
"ensure": "present",
"group": "root",
"mode": "0644",
"notify": "Service[cloud-init]",
"owner": "root"
*******************************************
+ Service[cloud-init] =>
parameters =>
"enable": true,
"ensure": "running"
*******************************************
*** End octocatalog-diff on objstorage0.internal.staging.swh.networkno changes if not
Diff Detail
|