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:
parent
679688f66f
commit
cbffd9d104
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue