renamed init class net -> netops and added generic rule for all sunet.se hosts
This commit is contained in:
parent
3c0cc66394
commit
03d8db76e8
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
# Note that the matching is done with re.match()
|
# Note that the matching is done with re.match()
|
||||||
|
.*\.sunet\.se$:
|
||||||
|
netops:
|
||||||
|
|
||||||
'^ns[0-9]?.mnt.se$':
|
'^ns[0-9]?.mnt.se$':
|
||||||
nameserver:
|
nameserver:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# A great class
|
# A great class
|
||||||
class net {
|
class netops {
|
||||||
include sunet::tools
|
include sunet::tools
|
||||||
include sunet::motd
|
include sunet::motd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue