vagrant/plugins/hosts
BlackEagle b30eacf94f nfs_apply :: exportfs sometimes leaves exports behind
On my machine i had a case where /etc/exports was updated but the old
exports were still there. This was leading to
"exportfs: duplicated export entries" and eventually leading to nfs
being not available for the box.

changing the command exportfs -r to exportfs -ar seems to address this
issue.

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2014-01-17 10:54:17 +01:00
..
arch many more hosts converted 2014-01-07 21:11:59 -08:00
bsd hosts/bsd: use Util::Which instead of system("which") 2014-01-12 22:37:39 -08:00
freebsd hosts/bsd: don't execute shell for sudo commands [GH-2808] 2014-01-12 22:34:45 -08:00
gentoo hosts/*: proper detect API 2014-01-07 21:18:36 -08:00
linux nfs_apply :: exportfs sometimes leaves exports behind 2014-01-17 10:54:17 +01:00
null hosts/null: needs to accept env as param 2014-01-07 21:14:33 -08:00
opensuse hosts/*: proper detect API 2014-01-07 21:18:36 -08:00
redhat hosts/*: proper detect API 2014-01-07 21:18:36 -08:00
slackware hosts/*: proper detect API 2014-01-07 21:18:36 -08:00
windows hosts/*: proper detect API 2014-01-07 21:18:36 -08:00