From ceb216e3e8215c8ad27806b6982038d7174c30ce Mon Sep 17 00:00:00 2001 From: Brenton Leanhardt Date: Wed, 9 Jul 2008 13:47:10 -0400 Subject: Everest was renamed to Genome --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", } } -- cgit