From 9424a28ec3e7f0d7cc50c0d126fd52cae104dca7 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sat, 26 Apr 2014 23:37:37 -0400 Subject: [PATCH] fix(coreos-base/oem-vagrant): Move user config handling out of ruby code There's no reason for handling vagrantfile-user-data in the Vagrant plugin, move it to the OEM cloud-config.yml along side the user-data handler. Use the generic user-config@ unit as well. --- .../oem-vagrant/files/box/override-plugin.rb | 17 ----------------- .../oem-vagrant/files/cloud-config.yml | 7 +++++++ 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/files/box/override-plugin.rb b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/files/box/override-plugin.rb index eb0bc99589..0d19773887 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/files/box/override-plugin.rb +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/files/box/override-plugin.rb @@ -14,23 +14,6 @@ BASE_CLOUD_CONFIG = <