From f0b0dae5bb2e16cf45223fc31396708bd069d06c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Dec 2024 14:36:21 +0200 Subject: cosmetics --- Rakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 8dff868..acb3c15 100644 --- a/Rakefile +++ b/Rakefile @@ -1,8 +1,8 @@ -require_relative 'lib/rcm' +require_relative 'lib/dsl' desc 'Set up wireguard mesh' task :wireguard do - make_it_so do + configure do # p option :verbose # dump_config only_when { hostname is :earth } @@ -23,9 +23,9 @@ end desc 'foo task' task :foo do - make_it_so do + configure do file '/tmp/test.txt' do [ 'foo', 'bar', 'baz' ].sort end end -end +end -- cgit v1.2.3