I am using puppet server 2.6.16, why my puppet command cannot run module subcommand? # puppet Usage: puppet command <space separated arguments> Available commands are: agent, apply, cert, describe, doc, filebucket, inspect, kick, master, queue, resource Thanks. Hai -- 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=en.
Matthaus Litteken
2012-Jul-11 16:20 UTC
Re: [Puppet Users] why puppet module is not available in 2.6.16
The puppet module face was added in Puppet 2.7.14. Before that it was available as a gem (http://rubygems.org/gems/puppet-module). If you need the module tool for Puppet < 2.7.14, you can install the gem and use puppet-module for many module related actions. HTH haus On Wed, Jul 11, 2012 at 9:11 AM, Hai Tao <ehaitao@gmail.com> wrote:> I am using puppet server 2.6.16, why my puppet command cannot run > module subcommand? > > > # puppet > Usage: puppet command <space separated arguments> > Available commands are: agent, apply, cert, describe, doc, filebucket, > inspect, kick, master, queue, resource > > Thanks. > > Hai > > -- > 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=en. >-- Matthaus Litteken Release Manager, Puppet Labs -- 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=en.
Hai Tao
2012-Jul-11 16:34 UTC
Re: [Puppet Users] why puppet module is not available in 2.6.16
Yes, I installed the puppet-module and it works. Thanks, Matthaus! Can you take a look one of another my post, that I am having problem to set up using apache and passenger to run dashboard? It seems that the public folder does not contain the webpages it needs: # ll /usr/share/puppet-dashboard/public total 28 -rw-r--r-- 1 puppet-dashboard puppet-dashboard 947 Jun 13 14:49 404.html -rw-r--r-- 1 puppet-dashboard puppet-dashboard 930 Jun 13 14:49 422.html -rw-r--r-- 1 puppet-dashboard puppet-dashboard 1112 Jun 13 14:49 500.html drwxr-xr-x 3 puppet-dashboard puppet-dashboard 4096 Jul 6 12:12 images drwxr-xr-x 2 puppet-dashboard puppet-dashboard 4096 Jul 10 20:36 javascripts -rw-r--r-- 1 puppet-dashboard puppet-dashboard 26 Jun 13 14:49 robots.txt drwxr-xr-x 4 puppet-dashboard puppet-dashboard 4096 Jul 10 20:36 stylesheets On Wed, Jul 11, 2012 at 9:20 AM, Matthaus Litteken <matthaus@puppetlabs.com> wrote:> The puppet module face was added in Puppet 2.7.14. Before that it was > available as a gem (http://rubygems.org/gems/puppet-module). If you > need the module tool for Puppet < 2.7.14, you can install the gem and > use puppet-module for many module related actions. > > HTH > haus > > On Wed, Jul 11, 2012 at 9:11 AM, Hai Tao <ehaitao@gmail.com> wrote: >> I am using puppet server 2.6.16, why my puppet command cannot run >> module subcommand? >> >> >> # puppet >> Usage: puppet command <space separated arguments> >> Available commands are: agent, apply, cert, describe, doc, filebucket, >> inspect, kick, master, queue, resource >> >> Thanks. >> >> Hai >> >> -- >> 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=en. >> > > > > -- > Matthaus Litteken > Release Manager, Puppet Labs > > -- > 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=en. >-- Hai Tao -- 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=en.