I have a module "Ruby": # init.pp class ruby { package { 'libldap-ruby1.8': ensure => 'installed' } }
Then I have a manifest written with Ruby-DSL, which should inherit this module: # ldap.rb hostclass 'ruby::ldap' do (...) end How do I define that *ruby::ldap* inherits *ruby*? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Zet8ackZgnYJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.