I found my own error, i need remove "files" from source path and now works.

Regards.

El viernes, 21 de marzo de 2014 13:31:12 UTC+1, Jorge Roberto Martínez 
Peñaranda escribió:
>
> Hi all,
>
> I'm new with Puppet, i'm trying to copy a directory with recurse method 
> but don't work, the Puppet server say this:
>
> Info: Could not find filesystem info for file 
> 'modules/vhost-balf/files/2.0' in environment balf
> Info: Not Found: Could not find instances in file_metadata with 
> 'modules/vhost-balf/files/2.0'
> Info: Not Found: Could not find file_metadata modules/vhost-balf/files/2.0
>
> i have this config in the class:
>
>     file { "/var/www/vhost.com/html":
>         ensure => "directory",
>         owner  => "www-data",
>         group  => "www-data",
>         mode   => 755,
>         source => "puppet:///modules/vhost-balf/files/2.0",
>         recurse => true,
>     }
>
> If i use a custom file mount works, but i can use it because i'm using 
> environments for nodes.
>
> The version in server is 3.4.3-1puppetlabs1.
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/543991b5-b665-4104-b0dd-6249644ccd3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to