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

Registry Configuration incorrectly formatted #127

Closed
pcfens opened this issue Mar 27, 2017 · 2 comments
Closed

Registry Configuration incorrectly formatted #127

pcfens opened this issue Mar 27, 2017 · 2 comments

Comments

@pcfens
Copy link

pcfens commented Mar 27, 2017

After switching to commit 5c1d251 in my puppetfile (I really wanted various exporter support) I got the following (sanitized) diff:

-registry['storage'] = {"s3"=>{"accesskey"=>"myaccesskey", "bucket"=>"registry", "region"=>"us-east-1", "secretkey"=>"asupersecretkeythatisntsharedongithub"}}
+registry['storage'] = {"s3"=>{"accesskey"=>"'myaccesskey'", "bucket"=>"'registry'", "region"=>"'us-east-1'", "secretkey"=>"'asupersecretkeythatisntsharedongithub'"}}

The extra single quotes around each string have broken the registry storage configuration. Some strings are provided from hiera, but some of them (like region and bucket name) are hard coded in the manifest.

I was running version 1.11.0 from the forge before the change. I'm using puppetserver 2.7.2 and Puppet 4.9.4

@andrekeller
Copy link
Contributor

#125 should fix this. Can you verify?

@pcfens
Copy link
Author

pcfens commented Mar 28, 2017

It does - this is a duplicate then.

Thanks!

@pcfens pcfens closed this as completed Mar 28, 2017
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