Runs on Debian 10.

Change-Id: I809916307aab939265a37f3ee6b747d0bebb8d24
This commit is contained in:
Thomas Goirand 2020-05-02 22:48:07 +02:00
parent e1f8eb572d
commit a64363d43f
2 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@
# #
# [*release*] # [*release*]
# (optional) The OpenStack release to add a # (optional) The OpenStack release to add a
# Debian Stretch apt source for. # Debian apt source for.
# Defaults to $::openstack_extras::repo::debian::params::release # Defaults to $::openstack_extras::repo::debian::params::release
# #
# [*manage_deb*] # [*manage_deb*]
# (optional) Whether or not to add the default # (optional) Whether or not to add the default
# Debian Stretch APT source # Debian APT source
# Defaults to true # Defaults to true
# #
# [*source_hash*] # [*source_hash*]

View File

@ -22,7 +22,7 @@
{ {
"operatingsystem": "Debian", "operatingsystem": "Debian",
"operatingsystemrelease": [ "operatingsystemrelease": [
"9" "10"
] ]
}, },
{ {