[Bug 524451] New: Review Request: puppet-module-yum-development - Puppet module for yum (development)

bugzilla at redhat.com bugzilla at redhat.com
Sun Sep 20 11:32:09 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: puppet-module-yum-development - Puppet module for yum (development)

https://bugzilla.redhat.com/show_bug.cgi?id=524451

           Summary: Review Request: puppet-module-yum-development - Puppet
                    module for yum (development)
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: kanarip at kanarip.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL: http://puppetmanaged.org/releases/puppet-module-yum-development.spec
SRPM URL:
http://puppetmanaged.org/repos/f12/SRPMS/puppet-module-yum-development-1.0-1.src.rpm
Description: Puppet module for managing yum (this is the development branch)

The "-development" part is necessary for the user to maintain the ability to
stage environments. I'm not exactly sure whether this is the best way to do it,
but with a "-testing" and "-production" version of this package, a user would
be able to configure the following in /etc/puppet/puppet.conf:

[puppetmasterd]
    (...snip...)
    environments = production,testing,development
    (...snip...)

[development]
    modulepath = /var/lib/puppet/modules/development: \
                 /var/lib/puppet/puppetmanaged.org/modules/development

[testing]
    modulepath = /var/lib/puppet/modules/testing: \
                 /var/lib/puppet/puppetmanaged.org/modules/testing

[production]
    modulepath = /var/lib/puppet/modules/production: \
                 /var/lib/puppet/puppetmanaged.org/modules/production

One could argue that the released version is independent from the different
staging environments a user is running, in which case we could drop the
"-development" part of the package, and go with something similar to:

[puppetmasterd]
    (...snip...)
    environments = production,testing,development
    (...snip...)

[development]
    modulepath = /var/lib/puppet/modules/development: \
                 /var/lib/puppet/puppetmanaged.org/modules/

[testing]
    modulepath = /var/lib/puppet/modules/testing: \
                 /var/lib/puppet/puppetmanaged.org/modules/

[production]
    modulepath = /var/lib/puppet/modules/production: \
                 /var/lib/puppet/puppetmanaged.org/modules/

== About puppetmanaged.org ==

puppetmanaged.org provides one singular type of modules (more information about
different types of puppet modules at http://puppetmanaged.org/?q=node/2)
suitable for Enterprise Linux as well as Fedora. This module (the Yum module)
is the first in a series of puppet modules that would be submitted for
inclusion in Fedora and EPEL. For a complete list of modules, see
http://git.puppetmanaged.org/

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list