beaker master scp issue
electrical opened this issue · 1 comments
electrical commented
Tried out the current master and having a weird issue when it start copying over the module.
localhost $ scp /home/richard/projects/puppet/modules/puppet-elasticsearch centos-6-x64:/etc/puppet/modules/elasticsearch {:ignore => [".bundle", ".git", ".idea", ".vagrant", ".vendor", "vendor", "acceptance", "bundle", "spec", "tests", "log", ".", ".."]}
going to ignore (?-mix:((\/|\A)\.bundle(\/|\z))|((\/|\A)\.git(\/|\z))|((\/|\A)\.idea(\/|\z))|((\/|\A)\.vagrant(\/|\z))|((\/|\A)\.vendor(\/|\z))|((\/|\A)vendor(\/|\z))|((\/|\A)acceptance(\/|\z))|((\/|\A)bundle(\/|\z))|((\/|\A)spec(\/|\z))|((\/|\A)tests(\/|\z))|((\/|\A)log(\/|\z))|((\/|\A)\.(\/|\z))|((\/|\A)\.\.(\/|\z)))
centos-6-x64 12:02:22$ mkdir -p /etc/puppet/modules/elasticsearch/puppet-elasticsearch
It creates the directory i want but also the module directory name it self.
I've got this in my spec helper:
puppet_module_install(:source => proj_root, :module_name => 'elasticsearch')
I'll try to find out at what point it broke.
anodelman commented
The PR that caused this has been reverted. Closing.