parent
42285c74ce
commit
88f9dba407
|
@ -196,7 +196,7 @@ To document Puppet classes and defined types, use a series of comments to create
|
||||||
# include example
|
# include example
|
||||||
#
|
#
|
||||||
# @param first The first parameter for this class
|
# @param first The first parameter for this class
|
||||||
# @param second The second paramter for this class
|
# @param second The second parameter for this class
|
||||||
class example_class(
|
class example_class(
|
||||||
String $first = $example::params::first_arg,
|
String $first = $example::params::first_arg,
|
||||||
Integer $second = $example::params::second_arg,
|
Integer $second = $example::params::second_arg,
|
||||||
|
|
Loading…
Reference in New Issue