[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

[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

[Puppet Users] facter compatibility and nest facts info

2016-10-17 Thread rakare2015
Hi, Is there any issues with facter 2.4.6 + puppet 3.6.2 for writing manifest files? since facter 2.4.6 has nested facts. At present I have facter 2.1.0 + puppet 3.6.2. I am planning to upgrade facter with 2.4.6. So before that I just want to confirm if there is any compatibility issues Also

Re: [Puppet Users] facter compatibility and nest facts info

2016-10-17 Thread Kylo Ginsberg
On Mon, Oct 17, 2016 at 1:09 PM, Jakov Sosic wrote: > On 10/17/2016 07:52 PM, rakare2...@gmail.com wrote: > >> Hi, >> >> Is there any issues with facter 2.4.6 + puppet 3.6.2 for writing >> manifest files? since facter 2.4.6 has nested facts. At present I have >> facter 2.1.0 +

Re: [Puppet Users] Issue with module from forge - Duplicate declaration Class[Rsyslog]

2016-10-17 Thread Rob Nelson
RG, I ultimately do not know the answer to your question (though I believe it may be due to the non-deterministic ordering when resources are not specifically ordered), however you should note that your primary service includes *"rsyslog::client"* and the secondary includes *rsyslog::client*

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

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

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

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

[Puppet Users] Re: Very frequent "Error: Could not request certificate: The certificate retrieved from the master does not match the agent's private key." on Windows

2016-10-17 Thread John Gelnaw
On Wednesday, October 12, 2016 at 4:55:09 AM UTC-4, Fredrik Nilsson wrote: > > Thanks for your reply Andrew, sadly I guess that wont be an option as the > pain of resigning the actual certificate for erroneous hosts are less the > re-signing every certificate for all existing hosts. After all

[Puppet Users] Re: Warning: Unable to fetch my node definition, but the agent run will continue:

2016-10-17 Thread John Gelnaw
Some things to keep in mind for successful ENC scripts... First, on the agent, run: # facter fqdn This is the node name that will be reported to the puppet master (equivalent to 'hostname -f'). If it doesn't match expectations, fix that first-- preferably via DNS, but /etc/hosts is a valid

Re: [Puppet Users] Issue with module from forge - Duplicate declaration Class[Rsyslog]

2016-10-17 Thread re-glaue
On Friday, October 14, 2016 at 5:08:31 PM UTC-5, re-g...@wiu.edu wrote: > > > > On Thursday, October 13, 2016 at 9:15:58 AM UTC-5, Rob Nelson wrote: >> >> I've worked with saz in the past and believe he would be very receptive >> to PRs that address this issue, as well, if RG or anyone else

Re: [Puppet Users] facter compatibility and nest facts info

2016-10-17 Thread Jakov Sosic
On 10/17/2016 07:52 PM, rakare2...@gmail.com wrote: Hi, Is there any issues with facter 2.4.6 + puppet 3.6.2 for writing manifest files? since facter 2.4.6 has nested facts. At present I have facter 2.1.0 + puppet 3.6.2. I am planning to upgrade facter with 2.4.6. So before that I just want to