We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 386e74aCopy full SHA for 386e74a
.gitignore
@@ -0,0 +1,27 @@
1
+.git/
2
+.*.sw[op]
3
+.metadata
4
+.yardoc
5
+.yardwarns
6
+*.iml
7
+/.bundle/
8
+/.idea/
9
+/.vagrant/
10
+/coverage/
11
+/bin/
12
+/doc/
13
+/Gemfile.local
14
+/Gemfile.lock
15
+/junit/
16
+/log/
17
+/pkg/
18
+/spec/fixtures/manifests/
19
+/spec/fixtures/modules/
20
+/tmp/
21
+/vendor/
22
+/convert_report.txt
23
+/update_report.txt
24
+.DS_Store
25
+.project
26
+.envrc
27
+/inventory.yaml
README.md
@@ -0,0 +1 @@
+## module for app mariadb_galera
manifests/init.pp
@@ -0,0 +1,6 @@
+# == Class: mariadb_galera
+#
+class mariadb_galera {
+ # resources
+}
0 commit comments