Sha256: 25ee99f0f28261be3f618c3394497c39c9a7010e5c0979441a8b171f14538667

Contents?: true

Size: 519 Bytes

Versions: 41

Compression:

Stored size: 519 Bytes

Contents

# These work with Ubuntu - they might need tweaking for other distributions

Cmnd_Alias VAGRANT_EXPORTS_CHOWN = /bin/chown 0\:0 /tmp/*
Cmnd_Alias VAGRANT_EXPORTS_MV = /bin/mv -f /tmp/* /etc/exports
Cmnd_Alias VAGRANT_NFSD_CHECK = /etc/init.d/nfs-kernel-server status
Cmnd_Alias VAGRANT_NFSD_START = /etc/init.d/nfs-kernel-server start
Cmnd_Alias VAGRANT_NFSD_APPLY = /usr/sbin/exportfs -ar
%sudo ALL=(root) NOPASSWD: VAGRANT_EXPORTS_CHOWN, VAGRANT_EXPORTS_MV, VAGRANT_NFSD_CHECK, VAGRANT_NFSD_START, VAGRANT_NFSD_APPLY

Version data entries

41 entries across 37 versions & 5 rubygems

Version Path
vagrant-unbundled-1.9.8.1 contrib/sudoers/linux-ubuntu