Mike Delaney
Mike Delaney
@tylerjl part of my capistrano deployment issues the `puppetserver reload` command, should that be `puppetserver restart`?
@tylerjl For what it's worth, I've tried changing `puppetserver reload` to `puppetserver restart` but to no avail.
@marclambrichs Okay, i'll give that a shot. Thanks.
@marclambrichs I tried to run `puppet generate types` but to no avail the command fails with a not very helpful message: ```ruby Error: no implicit conversion of nil into String...
@tylerjl The machine that is running puppet off of has pretty poor i/o (disk) performance. Is it possible that there's a timeout that is being swallowed somewhere?
@tylerjl I was running with `--verbose` and `--test` but they still yield not helpful; or so I think. For your viewing pleasure, here is the stack trace in the [puppetserver.log](https://github.com/elastic/puppet-elasticsearch/files/2507639/puppetserver.log).
I tried `6.3.2` in hopes that my scenario would mirror that of @alaunay but I still get the issue. (After downgrading, I issued `puppetserver restart`)
After some usage at my work, I found my initial version kind of sucked; it didn't always work. I've been playing around with this version but wanted to get a...
@jhoblitt I tried to test this but I ran into some auth errors. I'll try to get an update as soon as I can.
Maybe. I might be a bit unique in that I take advantage of the syntax `@` syntax. I noticed that when I tried to upgrade, the [password param for the...