On Thu, Sep 6, 2012 at 1:01 AM, Axel Bock <[email protected]> wrote: > I have no idea what my init scripts are doing actually :) . I am just > wondering why nothing shows up when *I* run puppet agent --test. > And it still confuses me that this seems to be a requirement (which I could > not find anywhere ... not that I looked, though :) for a command line tool > which usually runs in a localized environment.
Puppet, and Facter, usually force the environment locale to 'C' before running external commands - precisely so that you don't have to worry about this. If you have found somewhere that doesn't do that, it is clearly and unambiguously a bug, and you should file a ticket at http://projects.puppetlabs.com/projects/facter/issues/new -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- 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.
