From 2cb2ed5e4087e0e7abccd5e02efec5f179a477bb Mon Sep 17 00:00:00 2001 From: thomashaw Date: Mon, 22 Mar 2021 21:06:34 +0000 Subject: [PATCH] MetaCTF: wip/debug --- modules/utilities/unix/ctf/metactf/manifests/configure.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/utilities/unix/ctf/metactf/manifests/configure.pp b/modules/utilities/unix/ctf/metactf/manifests/configure.pp index 31d1bc807..56885fe10 100644 --- a/modules/utilities/unix/ctf/metactf/manifests/configure.pp +++ b/modules/utilities/unix/ctf/metactf/manifests/configure.pp @@ -66,6 +66,10 @@ class metactf::configure { port => $port, } + notice("include_c: $include_c") + notice("include_c: $include_c") + notice("include_c: $include_c") + notice("include_c: $include_c") if $include_c.downcase() == "true" { file { "$storage_dir/$challenge_name/program.c": source => "$install_dir/$challenge_path/obj/secgen/program.c",