Displaying 1 result from an estimated 1 matches for "wa19487oracle01".
2013 Mar 04
4
Problem while Installing software (agent) from puppetmaster to clients
...m /etc/yum.repos.d/newrelic.repo to
/etc/puppet/modules/manifests
c) under files diretcory, I had created sites.pp as
import ''mcollective''
node ''basenode'' {
include mcollective
include mcollective::newrelic_repo
include mcollective::install
}
node ''WA19487ORACLE01'' inherits basenode {
license_key => ''d15ff577e5f27e071fe9b2d6809b9f2950fe87d1'',
}
d) here I have called module and passed the license_key for the node.
e) I had restarted my puppetmaster(machine A) and puppet (machine B). when
I checked /varlog/messages/ of machine A...