Remove default value for source config option, allowing it to get set to None,

which allows the charm to use the default distro packages.
This commit is contained in:
Corey Bryant 2014-08-20 15:24:10 +00:00
parent 7fc0974c30
commit 575dfafdf1
1 changed files with 1 additions and 2 deletions

View File

@ -91,12 +91,11 @@ options:
testing purposes (cloud deployment is not a typical use case). testing purposes (cloud deployment is not a typical use case).
source: source:
type: string type: string
default: cloud:precise-updates/folsom
description: | description: |
Optional configuration to support use of additional sources such as: Optional configuration to support use of additional sources such as:
. .
- ppa:myteam/ppa - ppa:myteam/ppa
- cloud:precise-proposed/folsom - cloud:precise-proposed/icehouse
- http://my.archive.com/ubuntu main - http://my.archive.com/ubuntu main
. .
The last option should be used in conjunction with the key configuration The last option should be used in conjunction with the key configuration