Sha256: 8e1116a95e14d28ff73397bb6e59ba3a5ab5d15316735eaef2ebf506cbab9e05
Contents?: true
Size: 330 Bytes
Versions: 20
Compression:
Stored size: 330 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
20 entries across 20 versions & 1 rubygems