diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-09-29 13:45:29 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-09-29 13:45:29 -0400 |
commit | 87080e18f8fb2522a01ccbe58c60b5e06bfdd5d7 (patch) | |
tree | 0c233827c44af3e7c2f85eb84daf4e1962d56757 /config | |
parent | 9f65fdff976937634cd4fce2aa6cd1150f77fbb3 (diff) | |
download | vyos-cloud-init-87080e18f8fb2522a01ccbe58c60b5e06bfdd5d7.tar.gz vyos-cloud-init-87080e18f8fb2522a01ccbe58c60b5e06bfdd5d7.zip |
add ConfigDrive for freebsd config by default
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 bb3a4a51..17924be8 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: ['OpenStack'] +datasource_list: ['ConfigDrive', 'OpenStack'] # 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' |