diff options
Diffstat (limited to 'tests/cloud_tests/configs/modules/set_hostname.yaml')
-rw-r--r-- | tests/cloud_tests/configs/modules/set_hostname.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cloud_tests/configs/modules/set_hostname.yaml b/tests/cloud_tests/configs/modules/set_hostname.yaml index 5aae1506..c96344cf 100644 --- a/tests/cloud_tests/configs/modules/set_hostname.yaml +++ b/tests/cloud_tests/configs/modules/set_hostname.yaml @@ -1,6 +1,8 @@ # # Set the hostname and update /etc/hosts # +required_features: + - hostname cloud_config: | #cloud-config hostname: myhostname |