Puppet Data Type Alias: Debian::Codename::Debian

Defined in:
modules/debian/types/codename/debian.pp

Summary

a type which can be used to validate debian codenames. specifically ones from the debian project and not including any debian derivatives

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Enum['buster', 'bullseye', 'bookworm', 'sid']

Examples:

apt::repository {'foo':
  dist => lookup('foo::bar', Debian::Codename::Debian)
}


# File 'modules/debian/types/codename/debian.pp', line 8