Hello,
We are looking to remove our auto mounts from ldap and manage in puppet.
We have the puppet/autofs module.

One thing we would like to do is break auto mounts from all to specific.
For instance we do not want all servers to get oracle auto mounts however 
they are in the same map file.

    direct:
      mount: '/-'
      mapfile: '/etc/auto.direct'
      mapcontents:
        - '/oracledb 
-fstype=nfs,vers=3,proto=tcp,timeo=600,wsize=32768,rsize=32768 
filer:/orarcledb01/stuff'
        -  '/data 
-fstype=nfs,vers=3,proto=tcp,timeo=600,wsize=32768,rsize=32768 
filer:/common/data01' 

Everyone should get /data but only oracle nodes should get /data and 
/oracledb.

We have tossed ideas to try Hiera, considered concatenating files or 
strings together and placing into a auto.direct file.

Any help or suggestions is greatly appreciated.

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/ae3ba795-59f3-4bcf-8a4d-22a35d4dc116%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to