Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beaker master scp issue #723

Closed
electrical opened this issue Feb 27, 2015 · 1 comment
Closed

beaker master scp issue #723

electrical opened this issue Feb 27, 2015 · 1 comment

Comments

@electrical
Copy link
Contributor

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
Copy link
Contributor

The PR that caused this has been reverted. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants