search for: newrelic_repo

Displaying 1 result from an estimated 1 matches for "newrelic_repo".

2013 Mar 04
4
Problem while Installing software (agent) from puppetmaster to clients
...le mcollective under /etc/puppet/modules directory. under manifests, I had created a init.pp with the follwoing contents #Module: mcollective # # Class: mcollective # Description: # This class does it all. # # Files: # /etc/yum.repos.d/newrelic.repo # # class mcollective { $my_repo = ''newrelic_repo'' if $my_repo { include "mcollective::${my_repo}" } $my_install = ''install'' if $my_install { include "mcollective::${my_install}" } } class mcollective::newrelic_repo { file { ''/etc/yum.repos.d/newrelic.repo'': owner => "roo...