summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 15:50:29 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 15:50:29 -0400
commitd575d6c033e46b62045dd950f67757dbe0967adb (patch)
tree30dae8d5ee787a95ea2715eff91189f8448ef627 /manifests
parent4037f9ba6266dfc70bc529d3c5152efb185b4299 (diff)
downloadpuppet-django-d575d6c033e46b62045dd950f67757dbe0967adb.tar.gz
puppet-django-d575d6c033e46b62045dd950f67757dbe0967adb.tar.xz
puppet-django-d575d6c033e46b62045dd950f67757dbe0967adb.zip
Fixing more bugs
This module was obviously never tested.
Diffstat (limited to 'manifests')
-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",
}
}