Debugging
authorTollef Fog Heen <tfheen@err.no>
Fri, 2 Feb 2018 05:27:31 +0000 (06:27 +0100)
committerTollef Fog Heen <tfheen@err.no>
Fri, 2 Feb 2018 05:27:31 +0000 (06:27 +0100)
modules/site/manifests/init.pp

index 2f9dc69..a46c83c 100644 (file)
@@ -4,7 +4,7 @@ class site {
        $nodeinfo  = nodeinfo($::fqdn)
        $allnodeinfo = allnodeinfo('sshRSAHostKey ipHostNumber', 'purpose mXRecord physicalHost purpose')
         $roles = hiera('roles')
-
+        notice("Roles: ${roles}")
        service { 'procps':
                hasstatus   => false,
                status      => '/bin/true',