diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index 6641ef2..6c84f8d 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -1,4 +1,7 @@ # Note that the matching is done with re.match() +.*\.sunet\.se$: + netops: + '^ns[0-9]?.mnt.se$': nameserver: diff --git a/global/overlay/etc/puppet/modules/net/manifests/init.pp b/global/overlay/etc/puppet/modules/net/manifests/init.pp index 88354f1..b3304d5 100644 --- a/global/overlay/etc/puppet/modules/net/manifests/init.pp +++ b/global/overlay/etc/puppet/modules/net/manifests/init.pp @@ -1,5 +1,5 @@ # A great class -class net { +class netops { include sunet::tools include sunet::motd