Re: [Puppet Users] Nexus RPM artifact installation using Puppet

2013-03-25 Thread Brendan O'Bra
I did this a few months back.. the pattern I used was: 1) resolve all RPMs using nexus resource type to machine 2) Turn the machine into a yum repo 3) Tell agents to use the machine as a yum repo But this had a few too many moving parts, so I settled on using this: https://code.google.com/p/nexus-

[Puppet Users] Nexus RPM artifact installation using Puppet

2013-03-25 Thread Amit Vyas
I am newbie to puppet. Using puppet master and agent deployment to configure agents with specific packages. I have installed puppet-nexus module and able to fetch my artifact from Nexus. Now artifact from Nexus which are RPM on puppet node I need to install them {RPM} on the node using puppet