
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
10 lines
116 B
Puppet
10 lines
116 B
Puppet
# == Class: barbican
|
|
#
|
|
# Full description of class barbican here.
|
|
#
|
|
class barbican {
|
|
|
|
include barbican::params
|
|
|
|
}
|