]> xn--ix-yja.es Git - alex.git/commitdiff
Install tinc from EPEL
authoralex <alex@pdp7.net>
Thu, 7 Nov 2024 19:18:13 +0000 (20:18 +0100)
committeralexpdp7 <alex@corcoles.net>
Thu, 7 Nov 2024 19:19:07 +0000 (20:19 +0100)
personal_infra/puppet/modules/tinc/manifests/init.pp

index 5ae781265c574bce586d21aa78a8140c1bab8a4e..ed5b5d9a1acfa70522aee8b9a018dc087f5fe2b9 100644 (file)
@@ -1,14 +1,4 @@
 class tinc($tinc_name, $tinc_location, $tinc_connect_to, $tinc_locations, $tinc_ip, $tinc_netmask, $tinc_other_networks, $firewall = true) {
-  # https://bugzilla.redhat.com/show_bug.cgi?id=2153663
-  if($facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] == '9') {
-    copr {'tinc':
-      user => 'koalillo',
-      dist => 'epel-9',
-    }
-    ->
-    Package['tinc']
-  }
-
   package {'tinc':}
   ->
   file {'/etc/tinc':