I'm a relatively new user of puppet, so hopefully this isn't too basic a problem.
I have a resolv.conf module that intermittently works. When it fails, it fails with: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not parse for environment development: Syntax error at ':'; expected '}' at /etc/puppet/env/development/modules/resolv_mod/ manifests/init.pp:21 file { "resolv.conf": name => "/etc/resolv.conf", owner => "root", group => $kernel ? { Linux => "root", SunOS => "bin", default => "root", } mode => "0644", ensure => present, replace => true, content => template("resolv-template.erb"), } When I remove the fact usage, it works properly without fail. I am using the EPEL version of puppetmaster and puppet on CentOS5.u6 and RHEL5.u5. # rpm -qa |grep puppet puppet-0.25.5-1.el5 puppet-server-0.25.5-1.el5 Any help is much appreciated. Thanks. Jordan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.