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/bd617ccc-85b0-495f-ad7f-ed5543abd8e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to