summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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