From 4f84f71070041adea576bc48b51bb23a982e0324 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 12 Mar 2025 11:53:20 +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 adb3b4b..1dd39f4 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/sysctl-d-gofasta.conf'), + content => file('sunetdrive/scriptreciver/sysctl-d-gofasta.conf'), mode => '0644', } -> exec { 'gofasta_with_sysctl':