]> xn--ix-yja.es Git - alex.git/commitdiff
Move net-tools install to basic_software
authoralex <alex@pdp7.net>
Thu, 3 Oct 2024 19:17:14 +0000 (21:17 +0200)
committeralexpdp7 <alex@corcoles.net>
Thu, 3 Oct 2024 19:19:39 +0000 (21:19 +0200)
personal_infra/puppet/modules/basic_software/manifests/init.pp
personal_infra/puppet/site/h1.pdp7.net.pp

index f7638ee1ca7ace58805af8ab7b45e2bec6319d6c..fdfaeabc4bd642ef77ce0322c7d9e5ee18a1e70e 100644 (file)
@@ -1,5 +1,5 @@
 class basic_software {
-  package {['less', 'mlocate', 'traceroute', 'nmap', 'tree', 'tar', 'screen', 'git']:}
+  package {['less', 'mlocate', 'traceroute', 'nmap', 'tree', 'tar', 'screen', 'git', 'net-tools']:}
 
   if($facts['os']['family'] == 'RedHat') {
     package {'which':}
index e6f712dfb22221805b76239f2a03b78925cfe4af..7d7427a1055c0da234f5e5f692840cb763fd6b66 100644 (file)
@@ -35,9 +35,6 @@ node 'h1.pdp7.net' {
     ,
   }
 
-  # TODO: ugly; tinc scripts require this :(
-  package {'net-tools':}
-
   # https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org/thread/EZSM6LQPSNRY4WA52IYVR46RSXIDU3U7/
   # SSH hack
   file {'/etc/ssh/sshd_config.d/weak-gss.conf':