Add notice about yum bucket and windows hosts (closes GH-117)

This commit is contained in:
Fabio Rehm 2014-08-09 15:36:22 -03:00
parent d94f08a048
commit 4ab1640e7e
1 changed files with 6 additions and 0 deletions

View File

@ -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.