diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-07-21 05:11:18 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-07-21 05:11:18 -0400 |
commit | 36d464d3da01d0264cc34873dbf665272c0a668a (patch) | |
tree | 7aeb6e579f4e3610e74258e42ad0d0fc7c005c49 /config | |
parent | 53f197772be11b32373e81ecdc256df8d35a8922 (diff) | |
download | vyos-cloud-init-36d464d3da01d0264cc34873dbf665272c0a668a.tar.gz vyos-cloud-init-36d464d3da01d0264cc34873dbf665272c0a668a.zip |
add chef module to cloud.cfg so it runs as cloud-config
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 b593d90c..6329fd7d 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -21,6 +21,7 @@ cloud_config_modules: - apt-update-upgrade - timezone - puppet + - chef - mcollective - disable-ec2-metadata - runcmd |