diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-06 23:04:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-06 23:04:47 +0200 |
| commit | 7686fe830946ae36957501f1656bb429c694b09e (patch) | |
| tree | a6ac996e4a7cbbdc054c2a62c7ae374b61ed49af /Rakefile | |
| parent | bfdcad7efca071374de0be3124dcc92deeab681e (diff) | |
add log module
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
