diff options
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 |
