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

Using --offline --noop should support, non git module layout #94

Open
choffee opened this issue Jan 4, 2017 · 1 comment
Open

Using --offline --noop should support, non git module layout #94

choffee opened this issue Jan 4, 2017 · 1 comment

Comments

@choffee
Copy link

choffee commented Jan 4, 2017

We keep our code in one big repo so would like to use modulesync within that repo.

I tried using msync update --noop --offline but it seems to want to do some git updates and fails with

/data/puppet/modules/mymodule/.git: path does not exist (ArgumentError)

/data/puppet being the root of our git repo and we have a bunch of modules in /data/puppet/modules that we want to keep in sync within that one repo.

It would be good if the combination if --noop --offline or a new option of --no-git could be added to support just skipping all the git stuff and letting us handle the commit.

@choffee
Copy link
Author

choffee commented Jan 4, 2017

Turns out running it with just --offline and not --noop works as expected. Maybe those flags should clash?

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

1 participant