Re: [Puppet Users] puppet link and automount

2015-04-23 Thread Peter Bukowinski
> On Apr 23, 2015, at 6:44 AM, Arnau Bria wrote: > > Hello all, > > we had some NFS mounts in /nfs/mount1. Then we created a link > from /nfs/mount1 to /mount1. Both resources were defined using puppet > (mount and file). As the mounts were defined in fstab, the file > resource was applied ever

[Puppet Users] puppet link and automount

2015-04-23 Thread Arnau Bria
Hello all, we had some NFS mounts in /nfs/mount1. Then we created a link from /nfs/mount1 to /mount1. Both resources were defined using puppet (mount and file). As the mounts were defined in fstab, the file resource was applied every time with no problem (it ensured that the link was created). No