Hi, Once you have the module installed onto your Puppet master, you'll want to declare the class onto your nodes. Here's a doc on that subject: http://docs.puppetlabs.com/puppet/2.7/reference/lang_classes.html#declaring-a-class-with-include
You have multiple choices for where to declare your classes. If you're not interested in using the Enterprise Console/Dashboard, I suggest you start with the site manifest. Here's a doc on that: http://docs.puppetlabs.com/puppet/2.7/reference/lang_classes.html#declarations I hope that helps! --Ryan On Thu, Apr 11, 2013 at 11:55 AM, <[email protected]> wrote: > Hello, > > I am a newbie to Puppet and Puppet Enterprise, trying to see/understand > how we can automate some of the windows app installs using it. > > I got the Master/Node Agents all working. I went through the Quick Start > Guide and followed the example of how to install a module: > win_desktop_shortcut > using the Dashboard (Adding a Class, Edit Node, etc). > > I don't want to use the Dashboard to add the class and push the Class to > the Node. > > What Command Line options do I have to deploy these modules to the Node? > > Thanks > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Ryan Coleman | Modules & Forge | @ryanycoleman | ryancoleman in #puppet -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
