From 50c2fbafe6bf15909b893ddf0c862af3f7e848cb Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 28 Apr 2021 14:49:16 +0200 Subject: Initial commit --- test/config.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/config.php (limited to 'test/config.php') diff --git a/test/config.php b/test/config.php new file mode 100644 index 0000000..cf97afd --- /dev/null +++ b/test/config.php @@ -0,0 +1,15 @@ + 'vagrant', + 'user' => 'vagrant', + 'private_key_file' => __DIR__ . '/.vagrant/machines/default/virtualbox/private_key', + + 'tasks' => [ + ...(new \Dweipert\DevOps\UnattendedUpgrades\UnattendedUpgrades())([ + 'unattended_mail' => 'test@example.org', + ]), + ], +]; -- cgit v1.2.3