From 575dfafdf1e71f189ac692e96b5b068202b5cbf1 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 20 Aug 2014 15:24:10 +0000 Subject: [PATCH] Remove default value for source config option, allowing it to get set to None, which allows the charm to use the default distro packages. --- config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index d642243..9e60721 100644 --- a/config.yaml +++ b/config.yaml @@ -91,12 +91,11 @@ options: testing purposes (cloud deployment is not a typical use case). source: type: string - default: cloud:precise-updates/folsom description: | Optional configuration to support use of additional sources such as: . - ppa:myteam/ppa - - cloud:precise-proposed/folsom + - cloud:precise-proposed/icehouse - http://my.archive.com/ubuntu main . The last option should be used in conjunction with the key configuration