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"
}
}
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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---