-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Allow to specify namespace in module_options #181
Conversation
I fail to understand why the cucumber tests don't pass... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's now 2 ways to override the namespace for a module:
- Use
namespace/repo
as a name - Set namespace in module_options
Perhaps this should be documented somewhere. Also which takes precedence.
That's right. The first way is probablematic though, when the namespace contains slashes. |
That's now merged :) |
Yep, I'll have a look on Monday, I'm on weekend already! |
Enjoy! |
@ekohl good for you? |
@@ -276,7 +276,9 @@ msync update -m "Commit message" | |||
Available parameters for modulesync.yml | |||
|
|||
* `git_base` : The default URL to git clone from (Default: 'git@github.com:') | |||
* `namespace` : Namespace of the projects to manage (Default: 'puppetlabs') | |||
* `namespace` : Namespace of the projects to manage (Default: 'puppetlabs'). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not blocking for this PR, but I think we should drop the default. Puppetlabs is no longer using modulesync so exactly 0 users benefit from this default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will provide a new PR for that
Do we want to squash the commits? |
Yep, let's squash |
No description provided.