aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-08-31 11:24:09 +0200
committeralex <alex@pdp7.net>2026-08-31 11:24:09 +0200
commit1480d3982b65ca2da48d3edbce17a12deb1370f4 (patch)
tree18ede7539704dfc6eac07e98701c3ba980f0c2fc
parenteb43bbcf63f8acec00a8771aa73d9061a44e6c08 (diff)
Decommission {maelcum.,}mad.int.pdp7.netmaster
-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'],
- }
-}