diff options
| author | Wacław Schiller <torinthiel@users.noreply.github.com> | 2020-09-22 16:52:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-22 10:52:05 -0400 |
| commit | 9d9f4f323fdf978b91c4df86534b533e582da923 (patch) | |
| tree | 90aa014dd620233699c518600156c50a76eee848 | |
| parent | d2e1b315f1fbd325a62434c7d46bc8ea41417333 (diff) | |
| download | vyos-cloud-init-9d9f4f323fdf978b91c4df86534b533e582da923.tar.gz vyos-cloud-init-9d9f4f323fdf978b91c4df86534b533e582da923.zip | |
Fix typo in resolv_conf module's description (#578)
| -rw-r--r-- | cloudinit/config/cc_resolv_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_resolv_conf.py b/cloudinit/config/cc_resolv_conf.py index 519e66eb..7beb11ca 100644 --- a/cloudinit/config/cc_resolv_conf.py +++ b/cloudinit/config/cc_resolv_conf.py @@ -14,7 +14,7 @@ Resolv Conf This module is intended to manage resolv.conf in environments where early configuration of resolv.conf is necessary for further bootstrapping and/or where configuration management such as puppet or chef own dns configuration. -As Debian/Ubuntu will, by default, utilize resovlconf, and similarly RedHat +As Debian/Ubuntu will, by default, utilize resolvconf, and similarly RedHat will use sysconfig, this module is likely to be of little use unless those are configured correctly. |
