Sha256: 2868474c272172f34882632b89daddbbe6520cd6fd28ae195ee945d9dff71684
Contents?: true
Size: 259 Bytes
Versions: 5
Compression:
Stored size: 259 Bytes
Contents
# # Manage a router abstraction # module Puppet newtype(:router) do @doc = "Manages connected router." newparam(:url) do desc "An URL to access the router of the form (ssh|telnet)://user:pass:enable@host/." isnamevar end end end
Version data entries
5 entries across 5 versions & 1 rubygems