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

Add Gemfile/puppet_version .sync.yml option #103

Merged
merged 1 commit into from
Mar 24, 2016

Conversation

reidmv
Copy link
Member

@reidmv reidmv commented Mar 24, 2016

There should be a way for a module to specify what version of Puppet to require in the Gemfile. This commit adds a .sync.yml variable that can be used to set this. It expects a version specifier in the same format a Gemfile would, e.g. ~> 4.0.

Fixes #102.

There should be a way for a module to specify what version of Puppet to
require in the Gemfile. This commit adds a .sync.yml variable that can
be used to set this. It expects a version specifier in the same format a
Gemfile would, e.g. "~> 4.0".

Fixes voxpupuli#102
@rnelson0 rnelson0 merged commit 4d31f84 into voxpupuli:master Mar 24, 2016
@igalic
Copy link
Contributor

igalic commented Mar 25, 2016

can we use something like this for deciding whether or not to sync an entire folder — re acceptance tests? @danzilio?

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

Successfully merging this pull request may close these issues.

3 participants