From 1480d3982b65ca2da48d3edbce17a12deb1370f4 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 31 Aug 2026 11:24:09 +0200 Subject: Decommission {maelcum.,}mad.int.pdp7.net --- personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp (limited to 'personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp') 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'], - } -} -- cgit v1.2.3