diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-05 16:03:30 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-05 16:03:30 +0200 |
| commit | 56f196bf91dda5178f7e2b8d39114c4c9197d58e (patch) | |
| tree | 2ad11dca184670d81a3545048682dd6f1f288859 /Rakefile | |
| parent | 4ad233458c8d289e9ed549c53c158f245bf5088b (diff) | |
initial rcm playground
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..1a7ea43 --- /dev/null +++ b/Rakefile @@ -0,0 +1,13 @@ +require_relative 'rcm/rcm' + +task :default do |t| + rcm do + conditions do + hostname is :earth + end + + file '/etc/wg/wg0.conf' do + content 'the content' + end + end +end |
