Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Created February 1, 2012 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewgross/1717859 to your computer and use it in GitHub Desktop.
Save andrewgross/1717859 to your computer and use it in GitHub Desktop.
Chef Template Issue
# Template Block
template "~/.ssh/config" do
source "config.erb"
owner "ubuntu"
group "ubuntu"
end
[Wed, 01 Feb 2012 16:24:10 +0000] FATAL: Errno::ENOENT: template[~/.ssh/config] (my_cookbook::my_recipe line 85) had an error: Errno::ENOENT: No such file or directory - /tmp/chef-rendered-template20120201-10135-m1gp7t-0 or ~/.ssh/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment