On Friday, April 26, 2013 at 1:27 AM, wrote:
Currently I'm using chef 11 (just upgraded, hoping the problem would go awaybut it hasn't!)So here's my problem.When I type the command "locale" on my ubuntu machine the default output I getis the following:LANG=en_US.UTF-8LANGUAGE=LC_CTYPE="en_US.UTF-8"LC_NUMERIC="en_US.UTF-8"LC_TIME="en_US.UTF-8"LC_COLLATE="en_US.UTF-8"LC_MONETARY="en_US.UTF-8"LC_MESSAGES="en_US.UTF-8"LC_PAPER="en_US.UTF-8"LC_NAME="en_US.UTF-8"LC_ADDRESS="en_US.UTF-8"LC_TELEPHONE="en_US.UTF-8"LC_MEASUREMENT="en_US.UTF-8"LC_IDENTIFICATION="en_US.UTF-8"LC_ALL=Assume that I have a cook book that will write a locale to a temp file in arecipe and cookbookknife node run_list add server1 recipe[writelocale]the following is the contents of the recipe/writelocale.rbexecute "locale" docommand "locale >> /tmp/locale.txt"end
Archive powered by MHonArc 2.6.16.