File: puppet_x.rb

package info (click to toggle)
puppet-agent 8.10.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,404 kB
  • sloc: ruby: 286,820; sh: 492; xml: 116; makefile: 88; cs: 68
file content (16 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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