cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #06279
[Merge] ~goneri/cloud-init:freebsd_config into cloud-init:master
Gonéri Le Bouder has proposed merging ~goneri/cloud-init:freebsd_config into cloud-init:master.
Requested reviews:
cloud-init commiters (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/367315
--
Your team cloud-init commiters is requested to review the proposed merge of ~goneri/cloud-init:freebsd_config into cloud-init:master.
diff --git a/tools/render-cloudcfg b/tools/render-cloudcfg
index 8b7cb87..0957c32 100755
--- a/tools/render-cloudcfg
+++ b/tools/render-cloudcfg
@@ -4,7 +4,7 @@ import argparse
import os
import sys
-VARIANTS = ["bsd", "centos", "fedora", "rhel", "suse", "ubuntu", "unknown"]
+VARIANTS = ["freebsd", "centos", "fedora", "rhel", "suse", "ubuntu", "unknown"]
if "avoid-pep8-E402-import-not-top-of-file":
_tdir = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))