I want to replace the resolv.conf file on a client with a different
resolv.conf file staged on the puppetmaster.
I get this "could not find server my.server.name" error.
Though, if the resolv.conf file does not exist on the client, the file
is successfully added from the puppetmaster to the client - that part
works.  Just replacing a file is giving me a problem.  I have no idea
where this 'my.server.name' is coming from or is set - where do I
change this if I need to.  Help is greatly appreciated!

puppet-0.24.8-1.el5.1
puppet-server-0.24.8-1.el5.1

Jun 26 09:44:56 poobear puppetd[10615]: Could not find server
my.server.name: getaddrinfo: Name or service not known
Jun 26 09:44:56 poobear puppetd[10615]: (//Node[poobear.blabla.net]/
resolv_conf/File[/etc/resolv.conf.new]/source) change from {md5}
e98503c86fce5ab0cc0ad6acc2d1e461 to puppet:///resolv_conf/resolv.conf
failed: Could not find server my.server.name

#init.pp
class resolv_conf {
               file { "/etc/resolv.conf.new":
                owner => "root",
                group => "root",
                mode => 644,
                source => "puppet:///resolv_conf/resolv.conf",
                }
}

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to