Module: Puppet_X::Coi::Jboss::Constants
- Included in:
- Provider::Datasource
- Defined in:
- lib/puppet_x/coi/jboss/constants.rb
Overview
Constants for COI’s JBoss module
Constant Summary collapse
- ABSENTLIKE =
[:absent, :undef, nil].freeze
- ABSENTLIKE_WITH_S =
(Proc.new do # Proc scope not to leave any helper variables inside the context stringified = ABSENTLIKE.reject { |v| v.nil? }.map { |v| v.to_s } (ABSENTLIKE + stringified).freeze end).call