biemond/biemond-orawls

View on GitHub
lib/puppet/type/wls_singleton_service/cluster.rb

Summary

Maintainability
A
0 mins
Test Coverage
newproperty(:cluster) do
  include EasyType

  desc 'The cluster this singleton service should be targetted to'

  to_translate_to_resource do | raw_resource|
    raw_resource['cluster']
  end
end