Files
978b7ef3cfd7690ee91a91aac9d794c7fc848a59
Takashi Kajinami
d9fe90e35c
Fix lint error with the latest lint packages
This change fixes the following lint error which is detected since we removed pin of lint packages. manifests/init.pp:7:WARNING: No matching class parameter for documentation of oslo::sample_parameter Change-Id: I62dd8489c7a5c366fcf729cf32fcb18012e7b727
12 lines
119 B
Puppet
12 lines
119 B
Puppet
# == Class: oslo
#
# Full description of class oslo here.
#
# === Parameters
#
class oslo {
include oslo::params
}