I found a workaround. When I ran puppet in root's shell it had the same 
error. Since it worked in my shell but not root's I figured it was an 
environment issue at that point and added all of the environment variables 
from my user shell to the root shell and started removing them individually 
until I narrowed it down to the environment variable LANG. When I set the 
environment variable LANG to en_US.UTF-8 in my plist and it started working 
again. It goes in the EnvironmentVariables dict and looks like this:

<key>LANG</key>
<string>en_US.UTF-8</string>

I'm not entirely sure why that works yet though (bug?).

On Tuesday, March 18, 2014 6:36:56 PM UTC-7, Khoury wrote:
>
> I'm seeing the same behavior with the plist on 10.9.2: Puppet runs fine 
> using the CLI but doesn't work as a LaunchDaemon. Did you manage to work 
> out why this happens?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/320e92b0-b0c8-4d4e-888e-57e43c90d742%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to