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' ,
            ensure   => 'mounted' ,
            require  => File['/srv/cloud'] ;
    }

So I'd like to use "remount" at mount time, but puppet does:

Execution of '/bin/mount -o defaults /srv/cloud/' instead of:

/bin/mount -o remount /srv/cloud/

and that make puppet fail.

Am I miss-understanding remount option? is there any problem with it?

$rpm -qa|grep puppet
puppet-2.6.8-1.el6.noarch

$cat /etc/redhat-release 
Scientific Linux release 6.0 (Carbon)


TIA,
Arnau

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to