On Wed, Sep 2, 2009 at 12:15 PM, ABrown<aa...@9minutesnooze.com> wrote: > > So, I tried a random file in another directory and guess what, it > worked > > class testfile { > file { "/tmp/testfile.txt": > source => "puppet:///files/testfile.txt" > } > }
Did this work because you switched from: source => "puppet://vm1.mydomain.com/files/sudoers" to source => "puppet:///files/testfile.txt" which automagically refers to the current host? > > The file ended up in /tmp/testfile.txt. > > sudoers still doesn't work - thinking it was permissions based (I had > it set to 440), I set it to 640 and the problem still exists. I'm at > a bit of a loss here. > > > -- Nigel Kersten nig...@google.com System Administrator Google Inc. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---