diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index 6c84f8d..d1b8865 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -1,6 +1,6 @@ # Note that the matching is done with re.match() .*\.sunet\.se$: - netops: + net: '^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 b3304d5..88354f1 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 netops { +class net { include sunet::tools include sunet::motd