summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 15:43:06 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 15:43:06 -0400
commitb497ca84b96152616a66fe9665460c751a859eb4 (patch)
treec63a0d954800e13d22a844e2a9c62f7d707937bd /manifests
parentceb216e3e8215c8ad27806b6982038d7174c30ce (diff)
downloadpuppet-django-b497ca84b96152616a66fe9665460c751a859eb4.tar.gz
puppet-django-b497ca84b96152616a66fe9665460c751a859eb4.tar.xz
puppet-django-b497ca84b96152616a66fe9665460c751a859eb4.zip
everest => genome
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 44c405a..fe5e9a5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,6 +19,6 @@ class django::server {
}
exec { "Checkout django example":
- command => "/usr/bin/git clone git://${repoappliance}/pub/git/code/everest_django /usr/local/everest_django",
+ command => "/usr/bin/git clone git://${repoappliance}/pub/git/code/genome_django /usr/local/genome_django",
}
}