Ingo Fischer
2012-May-22 15:09 UTC
[Puppet Users] How to define class inheritance with Puppet Ruby DSL
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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.