Hello Team,
I have set up PE server on CentOS 6.8 and one of my Puppet agent is on CentOS and couple of agents are running on windows(8.1 and server 2012). I am getting the above error when ever the agents on Windows gets refreshed. I haven't found any solution for this kind of error. I have no issues with agents running on Linux.
These are the lines where I am getting this issue.
We need this check here, otherwise on a mono-install
we will have a duplicate file resource.
if $master_certname != $certname {
$analytics_opt_out_ensure = $send_analytics_data ? {
true => absent,
false => file,
}
file { '/etc/puppetlabs/analytics-opt-out':
ensure => $analytics_opt_out_ensure,
require => Package['pe-console-services']
}
}
Can Someone please help me out in resolving this issue.
Regards,
Sathvik
↧