Sha256: 56f3312b25805eeaaff3c10745c4dee24372240c281cd284f14dfe3ebd192bc1

Contents?: true

Size: 517 Bytes

Versions: 175

Compression:

Stored size: 517 Bytes

Contents

# A TargetSpec represents any String, Target or combination thereof that can be
# passed to get_targets() to return an Array[Target]. Generally, users
# shouldn't need to worry about the distinction between TargetSpec and
# Target/Array[Target], since the run_* functions will all handle them both
# automatically. But for use cases that need to deal with the exact list of
# Targets that will be used, get_targets() will return that.
type Boltlib::TargetSpec = Variant[String[1], Target, Array[Boltlib::TargetSpec]]

Version data entries

175 entries across 175 versions & 1 rubygems

Version Path
bolt-4.0.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.29.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.28.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.27.4 bolt-modules/boltlib/types/targetspec.pp
bolt-3.27.2 bolt-modules/boltlib/types/targetspec.pp
bolt-3.27.1 bolt-modules/boltlib/types/targetspec.pp
bolt-3.26.2 bolt-modules/boltlib/types/targetspec.pp
bolt-3.26.1 bolt-modules/boltlib/types/targetspec.pp
bolt-3.25.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.24.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.23.1 bolt-modules/boltlib/types/targetspec.pp
bolt-3.23.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.22.1 bolt-modules/boltlib/types/targetspec.pp
bolt-3.22.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.21.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.20.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.19.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.18.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.17.0 bolt-modules/boltlib/types/targetspec.pp
bolt-3.16.1 bolt-modules/boltlib/types/targetspec.pp