18e92427eb
This is the initial commit for puppet-barbican. It has been automatically generated using cookiecutter[1] and msync[2] [1] https://github.com/openstack/puppet-openstack-cookiecutter [2] https://github.com/openstack/puppet-modulesync-configs Change-Id: I52b10cb17701bba20ad64d3f4cc15950c1038c54
15 lines
234 B
Puppet
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
|
|
|
|
}
|