[Puppet Users] Implement Puppet Master into our productive environment

2015-03-05 Thread hoize
50 - 60 nodes: Is it possible to cluster Puppet Master in connection with Foreman. Thank You very much! Greets Hoize -- 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 i

[Puppet Users] Puppet Open Source with own Certificates

2015-03-05 Thread hoize
Hello! Because I can't find anything with google search to my problem with Puppet Open Source, I hope someone of you can help me. On my masterserver there I have installed Foreman running on Apache and Puppet Master. I wanted to replace the certificates of Apache with own certificates to erad

Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-16 Thread hoize
Hi, Sorry I havn't been at work the last week. Thank you very much for your answer. At the moment I have installed the puppet own certs on my master. Did you replace the certs? If yes, could you give me a short introduction, please? Thank You! Hoize Am Freitag, 6. März 2015 15:16:30

Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-16 Thread hoize
can't communicate with the nodes.. Thank You! Hoize Am Montag, 16. März 2015 15:15:28 UTC+1 schrieb RIlindo Foster: > > Hi Hoize, > > To clarify, did you put Foreman on top of your existing Puppet > infrastructure or did you use the Puppet Master that Foreman installed? It >

Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-18 Thread hoize
: ... :ssl_ca: # Here you have to use the cert of your CA (which created your Certificate for your Webserver) ... The other certificates are self-signed certs from puppet. So my Browser-SSL-Failure is fixed and the nodes (puppet agents) get the certs signed from puppetmaster. Thank You! Hoize

Re: [Puppet Users] Puppet Reports

2015-04-13 Thread hoize
Instead of PuppetDB there I have installed MySQL. Yes, of course I can grab the reports from MySQL, but I think it would be a better way to define nxlog in the puppet.conf, where you can choose if the logs should be for example stored in logfiles, foreman, and so on. Does anybody know a way to

[Puppet Users] Timezone of Foreman-Logs / Puppet-Reports

2015-05-06 Thread hoize
has a solution? Thank You! Hoize -- 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 o

[Puppet Users] uncomment line in file

2015-06-24 Thread hoize
th the file_line ressource, I can't imagine, that there is an very short and easy way. I hope someone can help me! Thank You! Hoize -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group

Re: [Puppet Users] uncomment line in file

2015-06-25 Thread hoize
5 2:09 AM, hoize wrote: > > Hello! > > > > I want to uncomment a line in a file, for example: > > > > _/root/.bashrc_ > > # export LS_OPTIONS='--color=auto' > > > > > > _after change:_ > > export LS_OPTIONS='--color

[Puppet Users] Copy File from one Puppet Agent to another Puppet Agent

2015-07-01 Thread hoize
nf": ensure => present, path=> "//server/share/$hostname.conf", source => template("default_nxlog_debian/default.conf.erb") } But this is not working. Is there any way to put in the "Path-Option" another Server/Share? Or do you have a

Re: [Puppet Users] Copy File from one Puppet Agent to another Puppet Agent

2015-07-01 Thread hoize
Thank you for your answer. I will now check this, but I think it sounds good! :) Am Mittwoch, 1. Juli 2015 15:41:38 UTC+2 schrieb Craig Dunn: > > > My idea wos now to take the Ressource "file" and put in the path-option > the > > path to the share of the syslog-system, like so: > > > > file {

Re: [Puppet Users] Copy File from one Puppet Agent to another Puppet Agent

2015-07-06 Thread hoize
Am I right, that exported resources are only working with puppetdb? Can you explain to me, what puppetdb does? I always thought, that puppetdb is a database-environment like MySQL. I have Puppet running with Foreman. And instead of the PostgreSQL-Database i installed MySQL. Can I additionally i

[Puppet Users] Monitoring Puppet with Zabbix

2015-12-10 Thread hoize
Hello! Is there a way to monitor puppet runs with zabbix? Here is what i want to monitor: - a host's puppet run is more than 20 minutes ago - a puppet run fails I have searched through the internet, but I only found solutions which works with zabbix-sender and my colleagues do not want to insta

[Puppet Users] Re: Monitoring Puppet with Zabbix

2016-01-17 Thread hoize
Has nobody an idea...? Am Donnerstag, 10. Dezember 2015 16:10:24 UTC+1 schrieb hoize: > > Hello! > > Is there a way to monitor puppet runs with zabbix? > Here is what i want to monitor: > - a host's puppet run is more than 20 minutes ago > - a puppet run fails >

[Puppet Users] Re: Monitoring Puppet with Zabbix

2016-01-18 Thread hoize
to write a ruby script.. You must know, I'm a newbie. ^^ I'll have a look at this and give a short feedback if I found a solution! Thank you! Am Montag, 18. Januar 2016 11:41:21 UTC+1 schrieb Thomas Müller: > > > > Am Donnerstag, 10. Dezember 2015 16:10:24 UTC+1 schrieb hoiz

Re: [Puppet Users] Re: Monitoring Puppet with Zabbix

2016-02-03 Thread hoize
if a puppetrun is more than 20 minutes ago, if any errors came up and the puppetrun-time! *If someone needs this script or help, don't hasitate to contact me!* I thank you all very much!!! -Hoize Am Dienstag, 19. Januar 2016 12:29:57 UTC+1 schrieb Neil - Puppet List: > > Hell