stages/gcp.guest-agent.conf: add short header

Our format for the global module doc-string is usually:
"""
<short summary>

<longer description>
"""

Introduce the short summary and also reformat the rest of the
doc string a bit.
This commit is contained in:
Christian Kellner 2022-08-03 19:04:31 +02:00 committed by Tomáš Hozza
parent 679688f66f
commit cbffd9d104

View file

@ -1,7 +1,11 @@
#!/usr/bin/python3 #!/usr/bin/python3
""" """
Create a GCP guest-agent config in /etc/default/instance_configs.cfg.distro or Crate or modify the GCP guest-agent config
/etc/default/instance_configs.cfg depending on the scope selected.
Create or modify the GCP guest-agent config, depending on the
scope either at:
/etc/default/instance_configs.cfg.distro or
/etc/default/instance_configs.cfg
Configuration sections and options may contain any of these values: Configuration sections and options may contain any of these values:
https://github.com/GoogleCloudPlatform/guest-agent#configuration https://github.com/GoogleCloudPlatform/guest-agent#configuration