X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fsamhain%2Ftemplates%2Fsamhainrc.erb;h=f6829e690aecd67d5f4a59231433994cf3afee64;hb=c8ec38cb0dd5fe062b3597140a1bab01729c109a;hp=80a1dc144b793e10de74d2c2ca7d1348dbd18d2e;hpb=a1b5a1c81f41292d5a21f4e8762aa0ae9d360679;p=mirror%2Fdsa-puppet.git diff --git a/modules/samhain/templates/samhainrc.erb b/modules/samhain/templates/samhainrc.erb index 80a1dc144..f6829e690 100644 --- a/modules/samhain/templates/samhainrc.erb +++ b/modules/samhain/templates/samhainrc.erb @@ -185,14 +185,14 @@ file=/etc/rc.local file=/etc/unbound file=/etc/dsa file=/etc/rabbitmq -<% if scope.function_has_role(['static_mirror']) or scope.function_has_role(['static_source']) or scope.function_has_role(['static_master']) -%> +<% if scope.function_has_role(['static_mirror']) or scope.function_has_role(['static_source']) or classes.include?("roles::static_master") -%> 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']) -%> +<% if classes.include?('roles::buildd_master') -%> file=/etc/ssh/userkeys/wb-buildd.more <% end -%> file=/etc/rsyncd @@ -266,7 +266,7 @@ dir=-1/srv ## This file might be created or removed by the system sometimes. ## file=/etc/resolv.conf -<% if scope.lookupvar('site::nodeinfo')['buildd'] -%> +<% if classes.include?('roles::buildd') -%> file=/etc/dupload.conf file=/etc/buildd/buildd.conf file=/etc/sbuild/sbuild.conf @@ -463,7 +463,7 @@ file=/etc/nagios3/puppetconf.d/contacts.cfg <% if scope.function_has_role(['muninmaster']) -%> file=/etc/munin/munin.conf <% end -%> -<% if scope.function_has_role(['puppetmaster']) -%> +<% if classes.include?('roles::puppetmaster') -%> dir=8/etc/puppet <% end -%> <% if classes.include?('named::geodns') -%> @@ -497,7 +497,7 @@ file=/etc/openvpn/deb-mgmt-clients.pool file=/etc/rsyncd/debian.secrets -<% if scope.function_has_role(['puppetmaster']) %> +<% if classes.include?('roles::puppetmaster') -%> # Damn you rails apps and your shoddy packaging file=/usr/share/puppet-dashboard/public/stylesheets @@ -507,9 +507,6 @@ file=/usr/share/puppet-dashboard/public/javascripts/all.js dir=1/usr/share/puppet-dashboard/tmp/pids <% end -%> -<% if classes.include?("porterbox") %> -file=/etc/cron.weekly/puppet-mail-big-homedirs -<% end -%> file=/etc/ssl/private/*.key-certchain dir=10/var/lib/puppet/clientbucket @@ -531,7 +528,7 @@ dir=10/var/lib/puppet/clientbucket ## for these files, only access time is ignored ## dir=/usr/bin -<%- if has_variable?("merged_usr") && @merged_user -%> +<%- if has_variable?("merged_usr") && @merged_usr -%> file=/bin <% else -%> dir=/bin @@ -541,7 +538,7 @@ dir=/boot # SuSE (old) has the boot init scripts in /sbin/init.d/*, # so we go 3 levels deep # -<%- if has_variable?("merged_usr") && @merged_user -%> +<%- if has_variable?("merged_usr") && @merged_usr -%> file=/lib file=/sbin <% else -%>