From a64363d43fecc9cb1f83ecae154b3468176f85a0 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 2 May 2020 22:48:07 +0200 Subject: [PATCH] Runs on Debian 10. Change-Id: I809916307aab939265a37f3ee6b747d0bebb8d24 --- manifests/repo/debian/debian.pp | 4 ++-- metadata.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/repo/debian/debian.pp b/manifests/repo/debian/debian.pp index 990f0aa..6f19888 100644 --- a/manifests/repo/debian/debian.pp +++ b/manifests/repo/debian/debian.pp @@ -7,12 +7,12 @@ # # [*release*] # (optional) The OpenStack release to add a -# Debian Stretch apt source for. +# Debian apt source for. # Defaults to $::openstack_extras::repo::debian::params::release # # [*manage_deb*] # (optional) Whether or not to add the default -# Debian Stretch APT source +# Debian APT source # Defaults to true # # [*source_hash*] diff --git a/metadata.json b/metadata.json index 031e872..e50d42d 100644 --- a/metadata.json +++ b/metadata.json @@ -22,7 +22,7 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "9" + "10" ] }, {