挂载远程 NFS 驱动器
mount { '/path/to/local/folder':
ensure => 'mounted',
atboot => false,
device => 'server-ip-or-domain:/path/to/server/folder',
fstype => 'nfs',
options => 'defaults',
pass => 0,
}
mount { '/path/to/local/folder':
ensure => 'mounted',
atboot => false,
device => 'server-ip-or-domain:/path/to/server/folder',
fstype => 'nfs',
options => 'defaults',
pass => 0,
}