From 4ab1640e7efd9c48e70aac76c0de3b50ed62cf4e Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 9 Aug 2014 15:36:22 -0300 Subject: [PATCH] Add notice about yum bucket and windows hosts (closes GH-117) --- docs/buckets/yum.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/buckets/yum.md b/docs/buckets/yum.md index 8788d2b..7059c7d 100644 --- a/docs/buckets/yum.md +++ b/docs/buckets/yum.md @@ -12,3 +12,9 @@ Vagrant.configure("2") do |config| config.cache.enable :yum end ``` + +### :warning: Notice about Windows hosts :warning: + +In case this bucket is enabled and a Windows host is in use, you might see an +ugly stacktrace as described on [this comment](https://github.com/fgrehm/vagrant-cachier/issues/117#issuecomment-50548393) +if some Yum repository is not available during provisioning.