-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

(Coming late to the discussion, I know.  Sorry.)

On 2012-01-26 11:19, Felix Frank wrote:

[Regarding common modules for installing packages.]

> Thinking about other examples of similar systems (CPAN, Gems, Pear, you
> name it), module dependencies are commonplace (and usually coupled with
> a system that will automatically resolve them for the end user).

A big difference is that in those other systems, you don't typically
see modules on the level of

    def add_17(n)
        return n + 17
    end

And of course, we need another module for doing

    def add_23(n)
        return n + 23
    end

Puppet modules for making sure a single package is installed is
on the same sofistication level as the above two.  It's silly.
What would the reaction of the Python, Perl and Ruby communities
be if someone wanted modules like that in PyPI, CPAN and RubyGems?
Why should we want such sillinesses in the Puppet Forge?


        /Bellman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk90ocUACgkQDGpP8Cv3aqK7mgCdEQlPE70a1bJncrmeC2fvqv+V
9OoAn36vzrLoyCsB976MUCmOjeJo/IN5
=tbQM
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
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.

Reply via email to