[Puppet Users] Announce: Puppet Server 0.2.0
We are thrilled to announce the preview release of Puppet Server, our newest open source project. Puppet Server is a next-generation alternative to our current Puppet master, which builds on the successful Clojure technology stack underlying projects like PuppetDB. Packages are available in the Puppet Labs package repositories, so you can try it out today as a drop-in replacement for the existing Puppet master. As the version number 0.2.0 should imply, Puppet Server is not production ready (yet), but please do try it out in your favorite sandbox. Additionally, the API will not be considered stable until Puppet Server reaches 1.0.0. Install Puppet Server from packages: https://github.com/puppetlabs/puppet-server/blob/b6a76e/documentation/install_from_packages.markdown Submit issues to: https://tickets.puppetlabs.com/browse/SERVER Source: https://github.com/puppetlabs/puppet-server -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAB%2Bty33iME6m4uE5uz%2BdDU7deTFTY%3DVu-Rn8Kph3m2kjm1%3DYHw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
[Puppet Users] Announce: Puppet Server 0.2.2
Puppet Server 0.2.2 is a bugfix release. The following bugs and issues are addressed in this release: * SERVER-13 [1]: Fix for file descriptor leak when using an https report processor such as PuppetDB or Foreman * HTTPS client connections created by Puppet Server now use the CA cert specified by the `localcacert` setting from puppet.conf, rather than the `cacert` setting * SERVER-7 [2]: Add licensing and copyright info Reminder: As the version number 0.2.2 should imply, Puppet Server is not production ready (yet), but please do try it out in your favorite sandbox. Additionally, the API will not be considered fully stable until Puppet Server reaches 1.0.0. Install Puppet Server from packages: https://github.com/puppetlabs/puppet-server/blob/puppet-server-0.2.2/documentation/install_from_packages.markdown Submit issues to: https://tickets.puppetlabs.com/browse/SERVER Source: https://github.com/puppetlabs/puppet-server [1] - https://tickets.puppetlabs.com/browse/SERVER-13 [2] - https://tickets.puppetlabs.com/browse/SERVER-7 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAB%2Bty318facMacgUf82Jdu4ti5krqedrHAeq3NbyTxDzVgraRw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
[Puppet Users] Breaking change to Pupperware compose file
Hello, We made a breaking change to the pupperware docker-compose.yml file here: https://github.com/puppetlabs/pupperware/pull/17 We introduced a root-level "volumes/" directory, so to upgrade you'll need to: 1. docker-compose down 2. mkdir volumes 3. mv code puppet serverdata puppetdb puppetdb-postgres volumes/ 4. docker-compose up -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAB%2Bty30eu%2BD%2BUVy4PJB1Kb9dOJ1nZb2nPqinxKzwUyatczV2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.