Module: Puppet_X::EnterpriseModules::WebLogic::DomainPaths

Defined in:
lib/puppet_x/enterprisemodules/weblogic/domain_paths.rb

Instance Method Summary collapse

Instance Method Details

#actual_paths(resource) ⇒ Object



10
11
12
# File 'lib/puppet_x/enterprisemodules/weblogic/domain_paths.rb', line 10

def actual_paths(resource)
  wls_path.collect { |p| "/#{p % resource.to_hash}" }
end