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'