Dear Users,
I'm trying to deploy an entire directory inside one node:

file{"$owncloudpath/apps/files_antivirus":
     ensure  => directory,
     source  => "puppet:///modules/web/apps/files_antivirus",
     recurse => remote,
     owner   => $oc_user,
     group   => $oc_group,
     mode    => "755",
}

Now the first time I apply this it works, if I run it again I have this 
error.

change from {md5}4f90c3bc650e5a860bbd804b08367881 to 
{md5}580f22aea862505641126bb200eab22e failed: Could not back up 
/var/www/html/owncloud/apps/files_antivirus/README.md: Got passed new 
contents for sum {md5}4f90c3bc650e5a860bbd804b08367881

Always on the same file.

I've tried to remove the file and the local filebucket.
It solved the problem only for the first deployment, if I try one more time
I have the same error again.

Has anyone any idea on how to solve permanently this issue?

Thank you
Cheers,

    Luca M. 

-- 
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/3cbedd64-de92-4b25-adfe-35369325e4fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to