Sha256: 43b62e6ffc897581184b4e15ef2fd9844b3cf200b8157ca646b115c5399cff0d

Contents?: true

Size: 180 Bytes

Versions: 35

Compression:

Stored size: 180 Bytes

Contents

Puppet::Functions.create_function(:'profile::fail_ruby') do
  dispatch :fail do
    param 'String', :message
  end

  def fail(message)
    call_function('fail', message)
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
onceover-3.13.3 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.13.2 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.13.1 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.13.0 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.12.5 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.12.4 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.12.3 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.12.2 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.12.1 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.12.0 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.11.1 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.11.0 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.10.2 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.10.1 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb
onceover-3.10.0 spec/fixtures/controlrepos/function_mocking/site/profile/lib/puppet/functions/profile/fail_ruby.rb