Re: [Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-18 Thread Peter Kristolaitis
Puppet 4 *only* uses the Java-based puppetserver. puppetmaster is was deprecated and is not supported in the current version. On 2016-10-18 01:18 PM, Ilia Ternovich wrote: Servus, Thank you very much for the answer. As I said originally -- I need puppet*_master_* 4 (not puppet*_server_*).

Re: [Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-18 Thread Ilia Ternovich
Servus, Thank you very much for the answer. As I said originally -- I need puppet *master* 4 (not puppet*server*). Then there came advise to use puppetserver instead and mess around JDKs. Thanks On Tue, Oct 18, 2016 at 7:10 PM, Thomas Hager wrote: > On Mon, 2016-10-17 at 13:13 +0200, Ilia Tern

Re: [Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-18 Thread Thomas Hager
On Mon, 2016-10-17 at 13:13 +0200, Ilia Ternovich wrote: > I would like to install puppet first and then manage my oracle jdk > installation with it. I don't need OpenJDK > Well, before managing anything with Puppet, you need a working puppetserver. And puppetserver has a dependency on OpenJDK, be

[Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-17 Thread Isaiah Frantz
You can not install puppetserver without jdk though because it is a java program. You can, however, install the puppet agent (doesnt require/use jdk) and write a simple pp to install the jdk, puppetserver, other packagages, and config the server with puppet apply. On Friday, October 14, 2016 a

Re: [Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-17 Thread jcbollinger
On Monday, October 17, 2016 at 6:14:07 AM UTC-5, Ilia Ternovich wrote: > > Hi, > > I would like to install puppet first and then manage my oracle jdk > installation with it. I don't need OpenJDK > ... for anything other than Puppetserver. As far as I know, puppetserver ought to run as well on

Re: [Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-17 Thread Lowe Schmidt
Yes, Puppet server is written in Clojure and requires a working JDK to run. -- Lowe Schmidt | +46 723 867 157 On 17 October 2016 at 13:13, Ilia Ternovich wrote: > Hi, > > I would like to install puppet first and then manage my oracle jdk > installation with it. I don't need OpenJDK > > But pupp

Re: [Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-17 Thread Ilia Ternovich
Hi, I would like to install puppet first and then manage my oracle jdk installation with it. I don't need OpenJDK But puppetserver ubuntu package has dependencies to OpenJDK: # apt-cache depends puppetserver puppetserver |Depends: Depends: openjdk-8-jre-headless Depends: net-tools Depend

Re: [Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-17 Thread Lowe Schmidt
Do you want to install Oracle JDK on a machine or do you want to run the puppet server with Oracle JDK ? -- Lowe Schmidt | +46 723 867 157 On 17 October 2016 at 11:19, Ilia Ternovich wrote: > Hi, > > I can't install puppetserver because it requires openjdk. And I would like > to use puppet fo

[Puppet Users] Re: Puppet 4 under Ubuntu 16.04

2016-10-17 Thread Ilia Ternovich
Hi, I can't install puppetserver because it requires openjdk. And I would like to use puppet for installing oracle jdk Please advise On Friday, October 14, 2016 at 5:26:34 PM UTC+2, Ilia Ternovich wrote: > > Hi, > > Is there any way of installing puppetmaster 4 into Ubuntu 16.04? > > I have rea