puppet-senlin/manifests/init.pp

16 lines
247 B
Puppet

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