diff options
Diffstat (limited to 'frontends/Rexfile')
| -rw-r--r-- | frontends/Rexfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index c66fa06..e9afc08 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -321,6 +321,12 @@ task 'failunderd', group => 'frontends', }; +desc 'Setup dory.buetow.org'; +task 'dory', group => 'frontends', + sub { + }; + + # COMBINED TASKS SECTION desc 'Common configs of all hosts'; |
