Sha256: c6319d758476622b0b7f1e2b2a697ef6132466450fa83edb3787044e00c4436b
Contents?: true
Size: 505 Bytes
Versions: 20
Compression:
Stored size: 505 Bytes
Contents
# frozen_string_literal: true # The Puppet Extensions Module. # # Submodules of this module should be named after the publisher (e.g. # 'user' part of a Puppet Module name). You should also add the module # name to avoid further conflicts in the same namespace. So the # structure should be # `lib/puppet_x/<namespace>/<module_name>/<extension.rb>`. # A Puppet Extension for 'puppetlabs-powershell' would live at # `lib/puppet_x/puppetlabs/powershell/<extension.rb>`. # # @api public # module PuppetX end
Version data entries
20 entries across 20 versions & 1 rubygems