Sha256: 0639ada5eaca51cdacfddd7e78e5b62a4468ed4b5968cb95f657fe73c588ceb0
Contents?: true
Size: 343 Bytes
Versions: 96
Compression:
Stored size: 343 Bytes
Contents
# # Manage a router abstraction module Puppet newtype(:router) do @doc = "Manages connected router." newparam(:url) do desc <<-EOT 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/`. EOT isnamevar end end end
Version data entries
96 entries across 96 versions & 3 rubygems