Skip to content

Commit 386e74a

Browse files
committed
add README.md .gitignore and init.pp
0 parents  commit 386e74a

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

.gitignore

+27
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## module for app mariadb_galera

manifests/init.pp

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# == Class: mariadb_galera
2+
#
3+
#
4+
class mariadb_galera {
5+
# resources
6+
}

0 commit comments

Comments
 (0)