Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 6104

Parameter path failed on File[/etc/puppetlabs/analytics-opt-out]: File paths must be fully qualified, not '/etc/puppetlabs/analytics-opt-out' at /opt/puppetlabs/puppet/modules/puppet_enterprise/manifests/profile/console.pp:164

$
0
0
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

Viewing all articles
Browse latest Browse all 6104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>