X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fsamhain%2Ftemplates%2Fsamhainrc.erb;h=7e59467108318f226636459ccca5dc8280c12f31;hb=3fed891a57e1540d9d0a6e8cd381e51c14faf528;hp=018a05ebe25c4eb322f98409a2cec3ef167707db;hpb=249b713a08d35bffb1cd52739be6f5808baa5a5f;p=mirror%2Fdsa-puppet.git diff --git a/modules/samhain/templates/samhainrc.erb b/modules/samhain/templates/samhainrc.erb index 018a05ebe..7e5946710 100644 --- a/modules/samhain/templates/samhainrc.erb +++ b/modules/samhain/templates/samhainrc.erb @@ -114,6 +114,12 @@ file=/etc/static-clients.conf file=/etc/apache2/conf-available/puppet-ssl-key-pins.conf <% end -%> file=/etc/multipath/wwids +<%- if has_variable?("bgpd") && @bgpd -%> +file=/etc/quagga/bgpd.conf +<% end -%> +<%- if has_variable?("zebra") && @zebra -%> +file=/etc/quagga/zebra.conf +<% end -%> # # There are files in /etc that might change, thus changing the directory @@ -179,6 +185,12 @@ file=/etc/rabbitmq file=/etc/ssh/userkeys file=/etc/ssh/userkeys/staticsync <% end -%> +<% if scope.function_has_role(['ssh.upload.d.o']) -%> +file=/etc/ssh/userkeys/buildd-uploader +<% end -%> +<% if scope.function_has_role(['buildd_master']) -%> +file=/etc/ssh/userkeys/wb-buildd.more +<% end -%> file=/etc/rsyncd <%- if @hostname == "sibelius" then -%> file=/etc/tsm @@ -243,6 +255,7 @@ file=/var/log/syslog [IgnoreAll] +dir=-1/srv ## ## for these files, no modifications are reported ## @@ -429,10 +442,10 @@ file=/etc/monit/monitrc file=/etc/monit/monit.d/01puppet file=/etc/monit/monit.d/00debian.org file=/etc/cron.d/dsa-puppet-stuff -file=/etc/cron.d/dsa-buildd file=/etc/cron.weekly/stunnel-ekey-restart file=/etc/default/schroot file=/etc/schroot/default/nssdatabases +file=/etc/schroot/setup.d/99builddsourceslist file=/etc/schroot/setup.d/99porterbox-extra-sources file=/etc/schroot/setup.d/99porterbox-extra-apt-options file=/etc/openvswitch/conf.db @@ -498,6 +511,7 @@ dir=1/usr/share/puppet-dashboard/tmp/pids file=/etc/cron.weekly/puppet-mail-big-homedirs <% end -%> file=/etc/ssl/private/*.key-certchain +dir=10/var/lib/puppet/clientbucket [IgnoreNone] ## @@ -663,14 +677,14 @@ SyslogSeverity=alert # ##################################################### -# [SuidCheck] +[SuidCheck] ## ## --- Check the filesystem for SUID/SGID binaries ## -## Switch on +## Switch off # -# SuidCheckActive = yes +SuidCheckActive = 0 ## Interval for check (seconds) # @@ -835,7 +849,7 @@ SyslogSeverity=alert # # SetDefault = no -<% if @lsbmajdistrelease >= '9' -%> +<% if scope.call_function('versioncmp', [@lsbmajdistrelease, '9']) >= 0 -%> [PortCheck] PortCheckActive=0 <% end -%>