On 10/10/2014 07:24 PM, Adriano Ferreira wrote:
> file {"/opt/soft/test.bin":
> ensure => present,
> source=>"puppet:///modules/test.bin";
> }
This URL lacks the module name. Assuming that the module is named test,
and the file is in modules/test/files/test.bin, this is its URL:
puppet:///modules/test/test.bin
If this is not your issue, please note that your mail lacks sufficient
information. Please consider putting the agent output onto a paste
service so that we can see it.