Re: [Puppet Users] mount "remounts" not working

2011-08-17 Thread Arnau Bria
On Tue, 16 Aug 2011 18:31:48 +0200 Stefan Schulte wrote: [...] > Solution: remove the name (so name will implicitly be /srv/cloud) or > change name to /srv/cloud (with no trailing slash) > > FTW: This is filed as https://projects.puppetlabs.com/issues/6793 thanks a lot! > -Stefan Cheers, Arnau

Re: [Puppet Users] mount "remounts" not working

2011-08-16 Thread Stefan Schulte
On Tue, Aug 16, 2011 at 03:34:02PM +0200, Arnau Bria wrote: > Hi all, > > I have some code like: > > { > '/srv/cloud' : > name => '/srv/cloud/' , > atboot => true , > device => 'iscsidisk01.domain.org:/volumes/POOL/one' , > fstyp

[Puppet Users] mount "remounts" not working

2011-08-16 Thread Arnau Bria
Hi all, I have some code like: { '/srv/cloud' : name => '/srv/cloud/' , atboot => true , device => 'iscsidisk01.domain.org:/volumes/POOL/one' , fstype => 'nfs' , remounts => true , options => 'defaults'