Takashi Kajinami 3b2cde6e33 Update comment to fix lint
manifests/config.pp:7:WARNING: No matching class parameter for
documentation of barbican::config::xxx_config
manifests/init.pp:7:WARNING: No matching class parameter for
documentation of barbican::sample_parameter

Change-Id: I4c3ba63dee6ec9081ec083ce45620cd6966e6c4b
2020-10-06 01:22:04 +09:00

10 lines
116 B
Puppet

# == Class: barbican
#
# Full description of class barbican here.
#
class barbican {
include barbican::params
}