i would like to use the module puppet-lvm and would like to pass
values to it.

I have it setup properly as a module but I can't for the lfe of me get
it to take any values that I put in my baseconfig.pp in my home
folder.

like shouldn't something like this work??

puppet-lvm {'setvolume':
        vg => 'myvg',
        pv => '/dev/sdb',
        fstype => 'ext3',
        name => 'mylv',
        size =>'8G',
        }


https://github.com/puppetlabs/puppet-lvm

-- 
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