Debugging
authorTollef Fog Heen <tfheen@err.no>
Fri, 2 Feb 2018 09:47:43 +0000 (10:47 +0100)
committerTollef Fog Heen <tfheen@err.no>
Fri, 2 Feb 2018 09:47:43 +0000 (10:47 +0100)
modules/roles/manifests/security_mirror.pp

index 02dd5ee..0972418 100644 (file)
@@ -59,6 +59,7 @@ class roles::security_mirror {
        }
 
        $onion_v4_addr = hiera("roles.security_mirror.${::fqdn}.onion_v4_address", undef)
+       notify { "Onion address: ${onion_v4_address}": }
        if $onion_v4_addr {
                onion::service { 'security.debian.org':
                        port => 80,