similar to: What is Puppet capable of?

Displaying 20 results from an estimated 40000 matches similar to: "What is Puppet capable of?"

2020 Jun 11
5
SV: handling spam from gmail.
I know it is not dovecot who should fix this. But anyone using dovecot is using an MTA, and receiving spam ;) I know how to look at email headers. Spf and dkim is not solving anything here. -----Original Message----- From: Sebastian Nielsen [mailto:sebastian at sebbe.eu] Sent: donderdag 11 juni 2020 10:23 To: Marc Roos; 'dovecot'; 'users' Subject: SV: handling spam from
2012 Mar 26
1
Could not prefetch package provider 'freebsd': No resource and no name in property hash in freebsd instance
Hi, I am puzzled. I installed exim-mysql on a freebsd machine without problem before but now this manifest creates an error: class exim::install { package { [ ''mail/exim-mysql'' ]: ensure => installed, provider => freebsd, source => ''http://<some_url>'', } } Here is the error: err: Could not prefetch package provider
2012 Sep 12
11
RHEL Kickstart and Puppet certificates
Hello everybody, we´re using Red Hat Kickstarts for some systems. On every new kickstart we´ve to delete the client certificate first on the master. Ist there a best practise to renew the certificate or delete it remotely on the master? kind regards, Ano -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on
2020 Jun 11
11
handling spam from gmail.
I am sick of this gmail spam. Does anyone know a solution where I can do something like this: 1. received email from adcpni444 at gmail.com 2. system recognizes this email address has been 'whitelisted', continue with 7. 3. system recognizes as this email never been seen before 4. auto reply with something like (maybe with a wait time of x hours): Your message did not receive the
2014 Jan 17
1
Sizing MTA servers
Hi All, This is probably a bit off-topic but does anyone have any idea about sizing MTA servers.?? We have about 200,000 emails/hr? incoming and outgoing.? I am intending using Exim and Spamassassin on each MTA.? How many servers using recent hardware would I need to cope with this mail throughput?? What is more important on the servers, CPU or RAM?? Should I have mail going both directions on
2012 Dec 26
2
problem with restart a service when a file changes
Hello, I have problem with my class when the archive is changed and the service is not restarted when i apply change and run the puppet agent, I have the next error: [..............] * err: /Stage[main]/Spam_rule/Exec[zmamavisdctl]: Failed to call refresh: /opt/zimbra/bin/zmamavisdctl returned 1 instead of one of [0] at /etc/puppet/modules/spam_rule/manifests/init.pp:25* [..............]
2010 Apr 30
5
Using classes from extnode to define config files?
Hi all, I''m using cobbler as our external node manager and it''s working really well (including deployment of ActiveMQ from RI''s RPMS and Mcollective - blog post coming soon!) however I''ve run into a problem with exim configuration files. We use exim in a number of different configurations depending on the role of the server (webserver/antivirus/outbound
2004 Aug 31
1
Bug#269318: logcheck: /etc/logcheck/ignore.d.server (add spamassassin)
Package: logcheck Version: 1.2.26 Severity: wishlist Please add ignore for Spamassasin's "check" messages like: Aug 16 19:27:54 ns spamd[23853]: checking message <20040816150710.86ADA708A8 at smtp-out.hotpop.com> for nobody:65534. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.26.20040601 Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL
2005 Apr 21
3
about filtering and dovecot
Hi I would like to set up a local mailserver but I'm getting lost with all the available options. As I have already decided to use dovecot I hope someone here will be able to point me to the right docs/HOWTO's/... Here's my wish-list: 1) download mail from my ISP's POP3-server 2) scan with spamassassin 3) scan with ClamAV 4) filter messages (mailing lists/sender/...) 5) store
2011 Aug 03
3
CentOS 6, Postfix Dovecot
I only have one Postfix server running at the moment and have some questions. On that install, I did Amavisd-new with ClamAV, SpamAssassin, Postfix and Dovecot. I know this is a bit off topic, but I'm really hoping for performance guidance. Is the added layer of complexity running Amavis worth the effort on a system with moderate mail flow? Or should I just go down the path of getting
2010 Apr 21
12
puppetd stops
Hi all, The last 2 weeks we have been having problems with puppetd just randomly stopping. The only thing the log shows is: <snip> Apr 21 12:14:59 relay puppetd[1376]: Finished catalog run in 4.78 seconds Apr 21 12:30:07 relay puppetd[1376]: Finished catalog run in 4.76 seconds Apr 21 12:45:20 relay puppetd[1376]: Finished catalog run in 4.61 seconds </snip> There is no pattern when
2007 Feb 14
6
various ordering issues in puppet manifests
Hello, The more complicated my puppet scripts gets, the more ordering issue i meet. Here is a simple thing: I use a default backup policy for the nodes in my backup classe and then, in the node i try to override the defined default but even if they are done one after the other i got an error to say that the override is triggered before the default: include backup
2010 Jun 09
6
Input sought on changing default vardir on OS X.
0.25.5 changed the default vardir from /var/puppet to /var/lib/puppet and it''s caused the odd issue we have to fix in the Mac pkg preflights. After re-reading ''man hier'' I''m tempted to change the default on OS X to: /var/db/puppet instead. /var/ multi-purpose log, temporary, transient, and spool files ...
2011 Mar 31
2
Custom Puppet CA?
Can someone, anyone, help me understand what it takes -- if indeed it''s even possible -- to use a custom CA with puppetmasterd. Such that, for every client it signs, the cert for that client actually says something meaningful about my organization, and was ultimately signed by our own root CA. I made a valid sub-CA for my puppet server, signed by my organization''s root CA. I
2010 Mar 04
2
exec failure
Hello, I''m using puppet 0.25.1 - and I''m trying to create a custom resource to use launchctl to stop a launchd job. command => "launchctl stop `launchctl list | grep $job_real | cut -f 3`", yeilds: err: //sav/Stop_launchd_job[com.Symantec.SymSecondaryLaunch]/Exec[com.Symantec.SymSecondaryLaunch]/returns: change from notrun to 0 failed: launchctl stop `launchctl
2012 Apr 10
1
Puppet Server 2.6.9 and Puppet Client 2.7.6 (Mac)
Hi Folks, Our Mac clients are running Puppet 2.7.6 (via Mac Ports) but get the following error when trying to connect to our 2.6.9 server: > err: Could not retrieve catalog from remote server: Error 400 on SERVER: No support for http method POST > info: Not using expired catalog for client.example.com from cache; expired at Wed Feb 22 23:30:29 -0800 2012 > notice: Using cached catalog
2007 Feb 12
8
How to validate puppet manifests without actually executing puppet?
Hi, I want to validate my puppet manifests before I check them into source control. I just want to make sure that the manifest syntaxes are legal, not to do any more complex testing - the checkin may be on my laptop and not on the system that the manifests may be intended to run on. Ideally I''d be able to do this from ruby code - and I did try to instantiate some classes and override
2010 Oct 04
2
Using Puppet to Configure Other Services on the PuppetMaster Server
Hi, I just wanted to check a few things. I have a build server which is used to run the CI server. It also doubles up as my puppetmaster. Would it be possible to have a puppet client talk to a puppetmaster on the same machine? Cheers, Tom -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2015 Oct 28
6
Detecting empty office doc containing virus macro
We are receiving LOTS of emails that contain empty XLS or DOC documents with embedded virus macros. These are getting past SPAMASSASSIN, Clamav and Kaspersky. I'm trying to write a filter for EXIM to block these emails but I need to know a good, quick, command-line to detect an empty doc with a macro. Is there anything available that I can use?? I have managed to write a PERL script to
2012 Jul 23
6
librarian-puppet vs git superproject?
Can anyone comment on their experiences with librarian-puppet or using git superproject with per puppet module repositories? We are in the midst of determining which route is optimal for our environment. It seems like using git superprojects would mean one less new tool for everyone to learn. What then would be the advantages of librarian-puppet? Thanks, Ryan Bowlby -- You received this