Sha256: e0d10ce6b73f395814e13830e5ba3485f0772b5bf43a596c3fbd2ff706a3c738

Contents?: true

Size: 237 Bytes

Versions: 4

Compression:

Stored size: 237 Bytes

Contents

# Role that fails compilation if $trusted['external']['example']['foo'] is not set to 'bar'
class role::trusted_external {
  unless $trusted['external']['example']['foo'] == 'bar' {
    fail ( "example forager didn't return foo" )
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
onceover-4.0.0 spec/fixtures/controlrepos/factsets/site/role/manifests/trusted_external.pp
onceover-3.22.0 spec/fixtures/controlrepos/factsets/site/role/manifests/trusted_external.pp
onceover-3.21.0 spec/fixtures/controlrepos/factsets/site/role/manifests/trusted_external.pp
onceover-3.20.0 spec/fixtures/controlrepos/factsets/site/role/manifests/trusted_external.pp