Displaying 1 result from an estimated 1 matches for "my_install".
Did you mean:
py_install
2013 Mar 04
4
Problem while Installing software (agent) from puppetmaster to clients
...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 => "root",
group => "root",
mode => 644,
source => ''pu...