Sha256: a0ab25ddd5ace93d8b5cd28ad68f318b4490703db96262e97b691a0bd4293943
Contents?: true
Size: 344 Bytes
Versions: 50
Compression:
Stored size: 344 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
50 entries across 50 versions & 4 rubygems