File: stdlib.rb

package info (click to toggle)
puppet-module-puppetlabs-stdlib 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,448 kB
  • sloc: ruby: 3,522; sh: 46; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true

require 'puppet_x'

# common PuppetX::Stdlib module definition
module PuppetX::Stdlib; end