puppet-barbican/manifests/init.pp
Tobias Urdin 57af2573d6 Convert all class usage to relative names
Change-Id: I3c86c44a0e190ea92180e792a291d4ee5ff63da0
2019-12-08 15:15:52 +01:00

15 lines
232 B
Puppet

# == Class: barbican
#
# Full description of class barbican here.
#
# === Parameters
#
# [*sample_parameter*]
# Explanation of what this parameter affects and what it defaults to.
#
class barbican {
include barbican::params
}