You just need to include a $ in front of those parameter variables: define config_file($owner = named, $group = named, ...
On Oct 5, 12:19 pm, "liam.j.bennett" <[email protected]> wrote: > Can some explain to me how to fix the following warning: > > warning: Deprecation notice: must now include '$' in prototype > > I am receiving in on one of my functions > > define config_file(owner = named, group = named, mode = 644,source, > ensure = file, replace = no, source = "puppet://$servername/ > configmodule/scripts" ) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
