This is the whole file:
class app_deployer2 {

define fil($ensure= "present", $path) { file {$name:
   content => "this is a test"
   }
 }

fil { "File1": path => "/tmp/file1" }
}

#
and this is the error message I keep on getting:
"err: Failed to apply catalog: Parameter path failed: File paths must be 
fully qualified, not 'File1' at 
/etc/puppet/modules/app_deployer2/manifests/init.pp:5"

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/OQYJ1wm1fBMJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to