On 12/31/2012 07:40 PM, Matthew Barr wrote: > class internalJenkins > { > include jenkins::repo > > include internalJenkins::repo # Inherits jenkins::repo > } > > class internalJenkins::repo inherits jenkins::repo { > yumrepo { "jenkins": > baseurl => "http://localrepo/jenkins", > descr => "Jenkins local repo", > enabled => "1", > gpgcheck => "1", > mirrorlist => absent, > gpgkey => "http://localrepo/jenkins/jenkins-ci.org.key", } > }
Why not simply do something like: class internalJenkins { require yum::repo::jenkins } And manage all repos in another module? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.