aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site
diff options
context:
space:
mode:
Diffstat (limited to 'personal_infra/puppet/site')
-rw-r--r--personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp17
1 files changed, 0 insertions, 17 deletions
diff --git a/personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp b/personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp
deleted file mode 100644
index c5dc3b62..00000000
--- a/personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp
+++ /dev/null
@@ -1,17 +0,0 @@
-node 'maelcum.mad.int.pdp7.net' {
- class {'dns_dhcp':}
- class {'dns_dhcp::opennic':}
- file {'/etc/dnsmasq.d/static.conf':
- content => @(EOT)
- host-record=router,router.mad.int.pdp7.net,10.34.10.1
- dhcp-host=d8:8c:79:1a:11:59,chromecast,10.34.10.3
- host-record=maelcum.mad.int.pdp7.net,maelcum,10.34.10.2
-
- dhcp-option=tag:!noroutes,option:classless-static-route,10.76.78.0/24,10.34.10.2,10.43.43.0/24,10.34.10.2,10.17.19.0/24,10.34.10.2,0.0.0.0/0,10.34.10.1
- # Kobo
- dhcp-host=a4:3c:d7:39:c6:29,set:noroutes
- | EOT
- ,
- notify => Service['dnsmasq'],
- }
-}