This is my first foray into using puppet for creating and maintaining bind mounts (see man 8 mount). I am unsure of how to describe the state I want puppet to achieve. This is for creating files systems in a chroot jail. I am primarily unsure of how to set the "options". Is it a string, and array, a hash? Any help would be appreciated. Thanks!
mount { "/gpfs20/home": ensure => mounted, name => "/chroot/centos5/home", fstype => "none", options => "rw,bind", } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/zFyQznaUtBQJ. 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.