Skip to content

Instantly share code, notes, and snippets.

@ctennis
Forked from recampbell/gist:1361500
Created November 13, 2011 02:43
Show Gist options
  • Save ctennis/1361504 to your computer and use it in GitHub Desktop.
Save ctennis/1361504 to your computer and use it in GitHub Desktop.
diff --git a/chef-repo/cookbooks/hudson/recipes/grails.rb b/chef-repo/cookbooks/hudson/recipes/grails.rb
index f76614c..3ef0d78 100644
--- a/chef-repo/cookbooks/hudson/recipes/grails.rb
+++ b/chef-repo/cookbooks/hudson/recipes/grails.rb
@@ -1,4 +1,7 @@
-directory "/opt/grails"
+directry "/tmp/opt/grails"
+link "/opt/grails" do
+ to "/tmp/opt/grails"
+end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment