Files
puppet-senlin/manifests/init.pp
Takashi Kajinami 3139bc1d2b Fix lint error with the latest lint packages
manifests/init.pp:7:WARNING: No matching class parameter for
documentation of senlin::sample_parameter

Change-Id: Ia3c61274409bf8b794df51f37ca7684deb0f5cc9
2021-05-11 19:05:39 +09:00

13 lines
150 B
Puppet

# == Class: senlin
#
# Full description of class senlin here.
#
# === Parameters
#
class senlin {
include senlin::deps
include senlin::params
}