From 73bd43faa2ef48febce08fc75b800c7e5c10a876 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 7 Feb 2013 14:54:55 +0100 Subject: [PATCH] Revert "Use the RC repo for now" Now that 1.1 is released there's no longer a reason to use the RC repo. This reverts commit 4098163a8e03843d2e87698f6d310c4c8b26528b. --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index c187f469e..728cdbed4 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -30,7 +30,7 @@ # set it to some custom location. $custom_repo = false # this can be stable, rc, or nightly - $repo = 'rc' + $repo = 'stable' $railspath = '/usr/share' $app_root = "${railspath}/foreman" $user = 'foreman'