Re: [Puppet Users] add an rpm to a host

2012-06-27 Thread Christian DeKonink
Thanks for your immediate response. The first solution you propesed worked flawlessly. I like that. Thanks. On Fri, Jun 22, 2012 at 9:23 AM, Christopher Wood < christopher_w...@pobox.com> wrote: > > class myrpm { > package { 'foo_bar': } > } > > node "myhost.me.com" { > class { 'myrpm': } > } >

[Puppet Users] add an rpm to a host

2012-06-22 Thread Christian DeKonink
Hi I am new to puppet. I have an existing puppet 2.6 config and I have about 400 hosts that I would like to install a package on. the specific package is foo_bar_1.0.rpm How would I deploy this to all hosts that talk to my puppetmaster? Thanks Chris -- You received this message because you ar