Sha256: 65a27e9a9697d371a0ac3b0c8d9e3e37fd36eb6c5636fcd4ad6166404e82ce4a
Contents?: true
Size: 331 Bytes
Versions: 32
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true # Puppet as a Library "PAL" # This is the entry point when using PAL as a standalone library. # # This requires all of puppet because 'settings' and many other things are still required in PAL. # Eventually that will not be the case. # require_relative 'puppet' require_relative 'puppet/pal/pal_api'
Version data entries
32 entries across 32 versions & 1 rubygems