-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
$worker_connections must be an integer #460
Comments
Can you please tell me what version of the module you're currently using? Jacob Buck wrote:
|
Latest version installed via |
Interesting. How about the version of Puppet? |
Puppet 3.7.1, installed via gem. |
@jacobbuck Sorry for all the questions! Is this an masterless-less install or with a Puppet Master? |
@jacobbuck ah, nm. I see the details I need in the output. Give me just a few minutes to try and reproduce... |
@jfryman That's alright. I'm using the Puppet Apply Provisioner in Vagrant (v1.5.4). |
@jacobbuck Last question, I promise! :) Are you using |
Neither, I'm just using the
Though I might investigate using librarian-puppet or r10k later. |
🆒 Can I have you run the following command, and see if everything works afterword?
EDIT: Misspelled ripienaar... |
Hmm...
|
@jacobbuck sorry, I misspelt ripienaar. Always gets me. 😢
|
@jfryman Easily done 😄 Looks much better:
Just running a |
@jfryman Hang on, forgot I was trying out apache. Started again with nginx:
Still get the same errors when running |
@jacobbuck ok, trying to get a vagrant environment to reproduce. One moment... |
OK. I can reproduce now... working on a fix. |
@jacobbuck OK! I have a fix. I apologize that this has been a bit of a pain right off the bat. We're actually right in the middle of some major changes to this module, and so anything in the 0.1.x branch is probably going to be a bit rough for a bit. If you want/need some stability in the meantime, I recommend that you use Anyway... here's what I did. What is missing is you'll need to configure Hiera in your Vagrantfile to load the Take a look at this gist... https://gist.github.com/jfryman/e9f08affec54307e5198 I'm going to push out an update to the documentation so this is less confusing for new folks. Sorry for the inconvenience, and I hope this doesn't spoil your fun. :) |
@jfryman Great stuff. I also realised that the |
I'm trying to install 0.0.10 but can't unless I download the tgz. Since this is a vagrant based setup I'd like to avoid doing that. I have tried puppet-module install jfryman/nginx -v 0.0.10 etc. No Matter what I do puppet module always installs version 0.1.1 instead. Am I missing something? What bash command can I run to install version 0.0.10? Using Puppet 2.7 with precise64 loaded from https://cloud-images.ubuntu.com/vagrant/precise/current/ |
Current nginx module complains: > Could not retrieve catalog from remote server: Error 400 on SERVER: > $worker_connections must be an integer. This appears to be non-trivial to fix, with the maintainer stating [1]: > We're actually right in the middle of some major changes to this > module, and so anything in the 0.1.x branch is probably going to be a > bit rough for a bit. If you want/need some stability in the meantime, > I recommend that you use v0.0.10 for the time being. So, downgrading seems like a reasonable option for now. [1] voxpupuli/puppet-nginx#460 (comment)
Current nginx module complains: > Could not retrieve catalog from remote server: Error 400 on SERVER: > $worker_connections must be an integer. This appears to be non-trivial to fix, with the maintainer stating [1]: > We're actually right in the middle of some major changes to this > module, and so anything in the 0.1.x branch is probably going to be a > bit rough for a bit. If you want/need some stability in the meantime, > I recommend that you use v0.0.10 for the time being. So, downgrading seems like a reasonable option for now. [1] voxpupuli/puppet-nginx#460 (comment)
Current nginx module complains: > Could not retrieve catalog from remote server: Error 400 on SERVER: > $worker_connections must be an integer. This appears to be non-trivial to fix, with the maintainer stating [1]: > We're actually right in the middle of some major changes to this > module, and so anything in the 0.1.x branch is probably going to be a > bit rough for a bit. If you want/need some stability in the meantime, > I recommend that you use v0.0.10 for the time being. So, downgrading seems like a reasonable option for now. [1] voxpupuli/puppet-nginx#460 (comment)
When following the quick start guide, I get stuck at the following:
My site.pp file looks like:
Just started learning this Puppet stuff, and not to a good start 😢
The text was updated successfully, but these errors were encountered: