From 38174166a0b52b9b7264a68bcf33941f44097463 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 12 Mar 2025 11:49:00 +0100 Subject: [PATCH] Typo --- manifests/scriptreceiver.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/scriptreceiver.pp b/manifests/scriptreceiver.pp index 923cc38..adb3b4b 100644 --- a/manifests/scriptreceiver.pp +++ b/manifests/scriptreceiver.pp @@ -48,7 +48,7 @@ class sunetdrive::scriptreceiver() key => $script_pub_key, } file { '/etc/sysctl.d/gofasta.conf': - content => file('sunetdrive/scriptreceiver/systctl-d-gofasta.conf'), + content => file('sunetdrive/scriptreceiver/sysctl-d-gofasta.conf'), mode => '0644', } -> exec { 'gofasta_with_sysctl':