Resource Type: quagga_global
- Defined in:
- lib/puppet/type/quagga_global.rb
- Providers:
-
quagga
Overview
This type provides the capabilities to manage the router
Properties
-
enable_password
(defaults to: absent)
Set enable password.
-
ip_forwarding
(defaults to: false)
Enable IP forwarding.
Supported values:- true
- false
-
ipv6_forwarding
(defaults to: false)
Enable IPv6 forwarding.
Supported values:- true
- false
-
line_vty
(defaults to: true)
Enter vty configuration mode.
Supported values:- true
- false
-
password
(defaults to: absent)
Set password for vty interface. If there is no password, a vty won't accept connections.
-
service_password_encryption
(defaults to: false)
Encrypt passwords.
Supported values:- true
- false
Parameters
-
hostname
Router hostname.
-
provider
The specific backend to use for this ‘quagga_global` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.