lusis / chef-logstash

Semi-official Logstash cookbook
Other
271 stars 353 forks source link

failing on linux_user #479

Open danhiris opened 7 years ago

danhiris commented 7 years ago

This linux_user resource is getting called by the instance recipe and it's failing due to the directory already being there. After running this again, it worked because the directory of the user was changed but the problem is due to not being able to move the user's home contents over to an already existing directory. Is the -m option in conjunction with -d really necessary?