diff options
author | Harm Weites <harm@weites.com> | 2014-10-08 15:37:05 +0200 |
---|---|---|
committer | Harm Weites <harm@weites.com> | 2014-10-08 15:37:05 +0200 |
commit | 58ec9ec076d34fffa72e8e406b3eaee2cbedfccf (patch) | |
tree | 9528e5df3a381e7522a0e0f64f43690cdf9319fa /config | |
parent | d1a951e4c64bfdfba78ac128fe88ece28bb00f38 (diff) | |
download | vyos-cloud-init-58ec9ec076d34fffa72e8e406b3eaee2cbedfccf.tar.gz vyos-cloud-init-58ec9ec076d34fffa72e8e406b3eaee2cbedfccf.zip |
new: The Ec2 datasource works for FreeBSD as well.
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg-freebsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloud.cfg-freebsd b/config/cloud.cfg-freebsd index 17924be8..5ac181ff 100644 --- a/config/cloud.cfg-freebsd +++ b/config/cloud.cfg-freebsd @@ -5,7 +5,7 @@ syslog_fix_perms: root:wheel # This should not be required, but leave it in place until the real cause of # not beeing able to find -any- datasources is resolved. -datasource_list: ['ConfigDrive', 'OpenStack'] +datasource_list: ['ConfigDrive', 'OpenStack', 'Ec2'] # A set of users which may be applied and/or used by various modules # when a 'default' entry is found it will reference the 'default_user' |