
This is the initial commit for puppet-aodh. 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: I17611e8608931cf69b8d9891620e901a8936e19e
15 lines
218 B
Puppet
15 lines
218 B
Puppet
# == Class: aodh
|
|
#
|
|
# Full description of class aodh here.
|
|
#
|
|
# === Parameters
|
|
#
|
|
# [*sample_parameter*]
|
|
# Explanation of what this parameter affects and what it defaults to.
|
|
#
|
|
class aodh {
|
|
|
|
include ::aodh::params
|
|
|
|
}
|