puppet-barbican/manifests/init.pp

15 lines
234 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
}