summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-06 23:04:47 +0200
committerPaul Buetow <paul@buetow.org>2024-12-06 23:04:47 +0200
commit7686fe830946ae36957501f1656bb429c694b09e (patch)
treea6ac996e4a7cbbdc054c2a62c7ae374b61ed49af /Rakefile
parentbfdcad7efca071374de0be3124dcc92deeab681e (diff)
add log module
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 3 insertions, 2 deletions
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