Issue #15009 has been updated by James Turnbull.

Project changed from Puppet DSL to Puppet
Category deleted (Ruby DSL)


----------------------------------------
Bug #15009: Cannot express Class inheritence
https://projects.puppetlabs.com/issues/15009#change-69367

Author: Pieter van de Bruggen
Status: Investigating
Priority: Normal
Assignee: Pieter van de Bruggen
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


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?

(via 
[puppet-users](https://groups.google.com/forum/?fromgroups#!searchin/puppet-users/inheritance$20ruby$20dsl/puppet-users/RtMbu8yFZCc/Zet8ackZgnYJ))


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to