summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2008-07-09 13:47:10 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-07-09 13:47:10 -0400
commitceb216e3e8215c8ad27806b6982038d7174c30ce (patch)
tree9bc1653410506526cde70bd4df87de7839acfbe3
parent3297f4230ce9f53246f447e3a3c2984d51e86f5c (diff)
downloadpuppet-django-ceb216e3e8215c8ad27806b6982038d7174c30ce.tar.gz
puppet-django-ceb216e3e8215c8ad27806b6982038d7174c30ce.tar.xz
puppet-django-ceb216e3e8215c8ad27806b6982038d7174c30ce.zip
Everest was renamed to Genome
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3a149e5..44c405a 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://${everestrepo}/pub/git/code/everest_django /usr/local/everest_django",
+ command => "/usr/bin/git clone git://${repoappliance}/pub/git/code/everest_django /usr/local/everest_django",
}
}