commit | 4d4d54feb8e31163acc9c30251adb67668c85dae | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <pavlk.jakub@gmail.com> | Tue Aug 30 10:54:22 2016 +0200 |
committer | Jakub Pavlik <pavlk.jakub@gmail.com> | Tue Aug 30 10:55:00 2016 +0200 |
tree | f82f4960dae627ad72288b843cf690b90fcad7c7 | |
parent | 7e225c21f8382dc7038111c5ce0ef8793dad1f03 [diff] [blame] |
cleanup and release
diff --git a/tests/pillar/maas_cluster.sls b/tests/pillar/maas_cluster.sls new file mode 100644 index 0000000..16fdec6 --- /dev/null +++ b/tests/pillar/maas_cluster.sls
@@ -0,0 +1,15 @@ +maas: + cluster: + enabled: true + role: slave + region: + bind: + host: localhost + port: 80 + database: + engine: postgresql + host: localhost + name: maasdb + password: password + username: maas + enabled: true \ No newline at end of file