ensuring an NFS dir mounted via puppet configs

Matt Domsch Matt_Domsch at dell.com
Tue Mar 18 15:41:04 UTC 2008


On Mon, Mar 17, 2008 at 11:52:28AM -0400, Todd Zullinger wrote:
> Matt Domsch wrote:
> > app4 needs to have /pub be NFS-mounted, for the mirrormanager crawler
> > to work correctly.  I fixed this now and restarted the crawler.
> > 
> > How can we configure puppet to make sure the right entry in /etc/fstab
> > is present, and that /pub is mounted?
> 
> Something like this should work:
> 
>     mount { "/pub":
>         device  => "nfshost:/path/to/pub",
>         fstype  => "nfs",
>         ensure  => "mounted",
>         options => "defaults",
>         atboot  => true,
>     }
> 
> That will add the entry to /etc/fstab is it's missing and mount the
> filesystem if it's not mounted.
> 
> See http://reductivelabs.com/trac/puppet/wiki/TypeReference#mount for
> docs.

Thanks, I added this, hopefully it'll work. :-)


-- 
Matt Domsch
Linux Technology Strategist, Dell Office of the CTO
linux.dell.com & www.dell.com/linux




More information about the Fedora-infrastructure-list mailing list