Sha256: 807ef2348dc2820af53277d41334a1f3c81c7c5e98dc4cafbc58da7d265e3e00
Contents?: true
Size: 394 Bytes
Versions: 24
Compression:
Stored size: 394 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 end end end
Version data entries
24 entries across 24 versions & 1 rubygems