add setup admin
diff --git a/tests/pillar/maas_cluster.sls b/tests/pillar/maas_cluster.sls
index 546ffd1..dc16599 100644
--- a/tests/pillar/maas_cluster.sls
+++ b/tests/pillar/maas_cluster.sls
@@ -8,6 +8,10 @@
bind:
host: localhost
port: 80
+ admin:
+ username: admin
+ password: password
+ email: email@example.com
database:
engine: postgresql
host: localhost
diff --git a/tests/pillar/maas_region.sls b/tests/pillar/maas_region.sls
index 7f648e6..a3714a2 100644
--- a/tests/pillar/maas_region.sls
+++ b/tests/pillar/maas_region.sls
@@ -8,6 +8,10 @@
bind:
host: localhost
port: 80
+ admin:
+ username: admin
+ password: password
+ email: email@example.com
database:
engine: postgresql
host: localhost