| Class | quagga::quagga |
| In: |
/modules/quagga/manifests/init.pp
|
| Parent: |
Class: quagga
Quagga routing server.
Parameters:
$ospfd_content: Content (typically using a template) for the ospfd.conf file. $ospfd_source: Source location for the ospfd.conf file.
Sample Usage :
class { 'quagga':
ospfd_content => template('mymodule/quagga/ospfd.conf.erb'),
}