Resource Type: router
This version of Puppet is not included in Puppet Enterprise. The latest version of PE includes Puppet 4.5. A newer version is available; see the version menu above for details.
NOTE: This page was generated from the Puppet source code on 2016-01-27 14:22:05 +0000
router
Description
Manages connected router.
Attributes
router { 'resource title':
url => # (namevar) An SSH or telnet URL at which to access the...
# ...plus any applicable metaparameters.
}
url
(Namevar: If omitted, this attribute’s value defaults to the resource’s title.)
An SSH or telnet URL at which to access the router, in the form
ssh://user:pass:enable@host/
or telnet://user:pass:enable@host/
.
NOTE: This page was generated from the Puppet source code on 2016-01-27 14:22:05 +0000