Module: Bolt::PAL::Issues

Defined in:
lib/bolt/pal/issues.rb

Constant Summary collapse

PLAN_OPERATION_NOT_SUPPORTED_WHEN_COMPILING =

Create issue using Issues api

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
UNSUPPORTED_INVENTORY_VERSION =

Inventory version 2

Puppet::Pops::Issues.issue :UNSUPPORTED_INVENTORY_VERSION, :action do
  "Plan language function '#{action}' cannot be used with Inventory v1"
end