From 7686fe830946ae36957501f1656bb429c694b09e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 6 Dec 2024 23:04:47 +0200 Subject: add log module --- Rakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 5122919..4e7f68b 100644 --- a/Rakefile +++ b/Rakefile @@ -7,8 +7,9 @@ task :wireguard do dump_config only_when { hostname is :earth } - file '/etc/wg/wg0.conf' do - content 'the content' + file '/tmp/test/wg/wg0.conf' do + create_parent + content 'the content is here' end end end -- cgit v1.2.3