Sha256: 5963a9f31bcd279aad062ef7ddda1fbd40cee3f12976cb385d2296571c526b0c
Contents?: true
Size: 631 Bytes
Versions: 106
Compression:
Stored size: 631 Bytes
Contents
# frozen_string_literal: true module Bolt class PAL module Issues # Create issue using Issues api PLAN_OPERATION_NOT_SUPPORTED_WHEN_COMPILING = Puppet::Pops::Issues.issue :PLAN_OPERATION_NOT_SUPPORTED_WHEN_COMPILING, :action do "Plan language function '#{action}' cannot be used from declarative manifest code or apply blocks" end # Inventory version 2 UNSUPPORTED_INVENTORY_VERSION = Puppet::Pops::Issues.issue :UNSUPPORTED_INVENTORY_VERSION, :action do "Plan language function '#{action}' cannot be used with Inventory v1" end end end end
Version data entries
106 entries across 106 versions & 1 rubygems