tests: explicitly specify services to be sourced from self
See previous commit
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
instances = {
|
||||
root-password-test = {
|
||||
module.name = "@clan/users";
|
||||
module.input = "self";
|
||||
roles.default.machines."server".settings = {
|
||||
user = "root";
|
||||
prompt = false;
|
||||
@@ -16,6 +17,7 @@
|
||||
};
|
||||
user-password-test = {
|
||||
module.name = "@clan/users";
|
||||
module.input = "self";
|
||||
roles.default.machines."server".settings = {
|
||||
user = "testuser";
|
||||
prompt = false;
|
||||
|
||||
Reference in New Issue
Block a user