Created
February 1, 2012 16:26
-
-
Save andrewgross/1717859 to your computer and use it in GitHub Desktop.
Chef Template Issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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