Version information
released May 29th 2013
Start using this module
Add this module to your Puppetfile:
mod 'thias-quagga', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
thias/quagga — version 0.1.1 May 29th 2013
puppet-quagga
Overview
Install, enable and configure the Quagga suite, for dynamic network routing protocols such as RIP, OSPF and BGP. This module is in early stage and only supports OSPF at this point. Adding the other protocols should be very easy.
quagga
: Class to install and enable the server
Examples
$ospf_router_id = $mymodule::vpn::vars::ipaddress[$::fqdn]
class { 'quagga':
ospfd_content => template('mymodule/quagga/ospfd.conf.erb'),
}
2013-05-29 - 0.1.1
- Add a params class.
- Add and test support for Gentoo (a default zebra.conf needs to be created).
2013-04-24 - 0.1.0
- Use 2-space indent.
2012-12-18 - 0.0.1
- Initial module release.
Copyright (C) 2012-2013 Matthias Saou Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.