Hi,
I recently had an issue with epp template within a defined resource type.
Let’s assume the following code snippets:
# modules/test/manifests/init.pp
class test {
::test::files { 'test':
param1 => 'value',
}
}
# modules/test/manifests/files.pp
define test::files (
$param1 = '',
){
On Saturday, January 30, 2016 at 11:31:36 PM UTC-8, R.I. Pienaar wrote:
>
>
>
> - Original Message -
> > From: "Corey Osman" >
> > To: "puppet-dev" >
> > Sent: Saturday, January 30, 2016 7:47:03 PM
> > Subject: Re: [Puppet-dev] RFC - A specification for module schemas
>
> > On Friday