Emilien Macchi 46486f15a1 repo: switch defaults to Newton
Newton is about to be released, let's bump the default version.

Change-Id: If052e7ce86512d038e84464f2e1992a5ba591de7
2016-09-17 13:25:46 -04:00

19 lines
597 B
Puppet

# == Class: openstack_extras::repo::debian::params
#
# This repo sets defaults for the debian osfamily
#
class openstack_extras::repo::debian::params
{
$release = 'newton'
$uca_name = 'ubuntu-cloud-archive'
$uca_location = 'http://ubuntu-cloud.archive.canonical.com/ubuntu'
$uca_repos = 'main'
$uca_required_packages = 'ubuntu-cloud-keyring'
$whz_name = 'debian_wheezy'
$whz_location = 'http://archive.gplhost.com/debian'
$whz_repos = 'main'
$whz_required_packages = 'gplhost-archive-keyring'
}