From a3252c3593e00322945b339b61956c1aefe24ea6 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 9 Jun 2014 00:56:27 -0300 Subject: [PATCH] Update warning about networks --- locales/en.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 37c0188..4ba1d7b 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -13,9 +13,8 @@ en: force_shutdown: |- Forcing shutdown of container... warn_networks: |- - Warning! The LXC provider doesn't support any of the Vagrant public / private - network configurations (ex: `config.vm.network :private_network, ip: "some-ip"`). - They will be silently ignored. + Warning! The LXC provider doesn't support public networks, the settings + will be silently ignored. warn_group: |- Warning! The LXC provider doesn't support the :group parameter for synced folders. It will be silently ignored.