Sha256: e71e46db90f224d9586427a2a84e5face40ecb590434ad227b15c57c3837152e
Contents?: true
Size: 348 Bytes
Versions: 323
Compression:
Stored size: 348 Bytes
Contents
# # Manage a router abstraction module Puppet Type.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
323 entries across 323 versions & 3 rubygems