diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-10-09 12:39:23 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-10-09 12:39:23 -0400 |
commit | 86bd318e41b0bec10765d0498a125de062afe1f9 (patch) | |
tree | 9f3e62dc3fea101c91fce794edd90be4ccc1ea75 /config | |
parent | e9e86164198993aca13148872afdeebaae751c2c (diff) | |
download | vyos-cloud-init-86bd318e41b0bec10765d0498a125de062afe1f9.tar.gz vyos-cloud-init-86bd318e41b0bec10765d0498a125de062afe1f9.zip |
support configuring and installing the Ubuntu fan driver
#cloud-config
fan:
config: |
# fan 240
10.0.0.0/8 eth0/16 dhcp
10.0.0.0/8 eth1/16 dhcp off
# fan 241
241.0.0.0/8 eth0/16 dhcp
config_path: /etc/network/fan
LP: #1504604
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 2b27f379..74794ab0 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -53,6 +53,7 @@ cloud_config_modules: - apt-pipelining - apt-configure - package-update-upgrade-install + - fan - landscape - timezone - puppet |