summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3518628..95af978 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -28,5 +28,6 @@ class django::server {
exec { "Checkout django example":
command => "/usr/bin/git clone git://${repoappliance}/pub/git/code/genome_django /usr/local/genome_django",
+ creates => "/usr/local/genome_django",
}
}