diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2019-03-19 14:24:37 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-03-19 14:24:37 +0000 |
commit | 5e5894d68d21bf33649aca36973a0ef2fe72f01d (patch) | |
tree | 929f192b700e9b5f3454da1bb4edbdd07687c94a /doc | |
parent | 6d58bd8a65e1e7723cd6019b0ceca39564c435fd (diff) | |
download | vyos-cloud-init-5e5894d68d21bf33649aca36973a0ef2fe72f01d.tar.gz vyos-cloud-init-5e5894d68d21bf33649aca36973a0ef2fe72f01d.zip |
Add ubuntu_drivers config module
The ubuntu_drivers config module enables usage of the 'ubuntu-drivers'
command. At this point it only serves as a way of installing NVIDIA
drivers for general purpose graphics processing unit (GPGPU)
functionality.
Also, a small usability improvement to get_cfg_by_path to allow it to
take a string for the key path
"toplevel/second/mykey"
in addition to the original:
("toplevel", "second", "mykey")
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rtd/topics/modules.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rtd/topics/modules.rst b/doc/rtd/topics/modules.rst index d9720f6a..3dcdd3bc 100644 --- a/doc/rtd/topics/modules.rst +++ b/doc/rtd/topics/modules.rst @@ -54,6 +54,7 @@ Modules .. automodule:: cloudinit.config.cc_ssh_import_id .. automodule:: cloudinit.config.cc_timezone .. automodule:: cloudinit.config.cc_ubuntu_advantage +.. automodule:: cloudinit.config.cc_ubuntu_drivers .. automodule:: cloudinit.config.cc_update_etc_hosts .. automodule:: cloudinit.config.cc_update_hostname .. automodule:: cloudinit.config.cc_users_groups |