[chef] Re: template not creating file on Ubuntu 14


Chronological Thread 
  • From: Daniel DeLeo < >
  • To:
  • Subject: [chef] Re: template not creating file on Ubuntu 14
  • Date: Fri, 9 May 2014 08:33:48 -0700

On Wednesday, May 7, 2014 at 8:59 AM, Bannon, Steve wrote:
> I have a simple motd rule that is failing on bootstrap because it says the 
> file doesn’t exist. The stack trace says “create” is true. The rule works 
> fine on ubuntu 12/13. Do you think this is a bug?
>  
> the code in question:
>  
> template "/etc/motd" do
> source "motd.erb"
> owner "root"
> group "root"
> mode "0644"
> force_unlink true
> end

Can we see the error message and stacktrace? This isn’t enough information to 
figure out what’s going on.  


--  
Daniel DeLeo






Archive powered by MHonArc 2.6.16.

§