Can anyone have detailed list of dependencies? I am under impression, that all my all problems with getting puppet to work come from the fact, that I have no idea what are puppet dependencies. On puppet Wiki one can read, that what is required is "ruby", and for storedconfigs "sqlite3" and "libsqlite3-ruby". Well, it is true, that they are required, but by far it is not all. But it is enough for facter to work (at least with some cryptic error or warning messages, but I have no idea how to get rid of them) with important condition, that PUPPET IS NOT INSTALLED. After installing puppet one must also supply the following Ubuntu/ Debian packages: rubygems libmocha-ruby librspec-ruby Also "autotest" gem is required, which is not packaged, so we need to use gem to get it: gem install ZenTest. I can note, that this dependency takes 40MB of space(!) And it must not be all, because I can''t get rid of strange messages described on http://groups.google.com/group/puppet-users/browse_thread/thread/337f937629e4416e# nor I can have stored configs working. Thank you for help! -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Adam Ryczkowski wrote:> Can anyone have detailed list of dependencies?Yes - my book has one and the wiki''s list is correct for most OSes.> On puppet Wiki one can read, that what is required is "ruby", and for > storedconfigs "sqlite3" and "libsqlite3-ruby".That''s correct for Debian/Ubuntu.> But it is enough for facter to work (at least with some cryptic error > or warning messages, but I have no idea how to get rid of them) with > important condition, that PUPPET IS NOT INSTALLED.See my other email.> After installing puppet one must also supply the following Ubuntu/ > Debian packages: rubygems libmocha-ruby librspec-ruby > Also "autotest" gem is required, which is not packaged, so we need to > use gem to get it: > gem install ZenTest. I can note, that this dependency takes 40MB of > space(!)You''re installing from source right? These aren''t required if you''re installing a package. As you were with Facter, are you also installing from Puppet HEAD? I recommend using a package. Regards James Turnbull - -- Author of: * Pro Linux System Administration (http://tinyurl.com/linuxadmin) * Pulling Strings with Puppet (http://tinyurl.com/pupbook) * Pro Nagios 2.0 (http://tinyurl.com/pronagios) * Hardening Linux (http://tinyurl.com/hardeninglinux) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEVAwUBSwciWSFa/lDkFHAyAQKdTwf+LZyFV/ZnRk1EPXiVsVZSomgioasH9m5A Nobo04Ek6QWJG84NjCXTlAAjm1+UoZtZCoAc+zk0hpBh7kahf7vpoz3fpMzRBOnd kqEbqAZG8Pgmqlz69zFvKz/JyVVqpMyNjhtq4+Q9SAus6YW+Hj09eCZXYHRZgw/D Lcbanf52tXhkxMma8K4HdAJllcSdkauLk+ejFO/g5X50uUM+8lYRtmOrInHWD/p1 yakQAVyfr0oh/POJ7InvtB6c2bDcmnB6zZ0t9xhYLRf707w/sPoS6FSj32TQ96m0 CXIuGjOac/rLdCw15VIKyxNOY3Yemxk3aKy49mSL6n7czgj9h2Z/+g==F/ib -----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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=.
On Fri, Nov 20, 2009 at 3:47 PM, Adam Ryczkowski <adam.ryczkowski@gmail.com> wrote:> Can anyone have detailed list of dependencies? > > I am under impression, that all my all problems with getting puppet to > work come from the fact, that I have no idea what are puppet > dependencies. > > On puppet Wiki one can read, that what is required is "ruby", and for > storedconfigs "sqlite3" and "libsqlite3-ruby". > > Well, it is true, that they are required, but by far it is not all. > > But it is enough for facter to work (at least with some cryptic error > or warning messages, but I have no idea how to get rid of them) with > important condition, that PUPPET IS NOT INSTALLED. > > After installing puppet one must also supply the following Ubuntu/ > Debian packages: rubygems libmocha-ruby librspec-ruby > Also "autotest" gem is required, which is not packaged, so we need to > use gem to get it: > gem install ZenTest. I can note, that this dependency takes 40MB of > space(!)Adam, you should be able to either grab the unstable deb from here: http://packages.debian.org/sid/puppet or build from source using git-buildpackage, this post describes how: http://explanatorygap.net/2009/10/29/puppet-0-25-1-debs-done-but-delayed/> > And it must not be all, because I can''t get rid of strange messages > described on http://groups.google.com/group/puppet-users/browse_thread/thread/337f937629e4416e# > nor I can have stored configs working. > > Thank you for help! > > -- > > 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+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=. > > >-- nigel -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=.
Thank you for reply. I have made a new topic: http://groups.google.com/group/puppet-users/browse_thread/thread/2ec25d12a88beda7 (Puppet 25.1 + stored configuration (with sqlite) + augeas on Ubuntu 9.04 or 8.04) -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=.