Hi

is it possible to access the filesystem type in the puppet/lvm module.

in my module I tried doing this

 lvm::filesystem { '/dev/vg_data/varlogyb':
    ensure => true,
    fs_type => 'ext4',
    options => '-L  varlogyb',
  }

but that errored out 

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/c084ad8e-066c-42d6-85dd-f9f9b4718ac2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to