Skip to content

Commit 5529c6d

Browse files
committed
correction, put postgres on boxes that index, dev, bm01 (production), bm02 (backup) and lw03 (test for es2)
1 parent d1582cd commit 5529c6d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

hieradata/nodes/bm-mc-01.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
classes:
3+
- metacpan::system::postgress
4+
25
# Put ES in different place for now
36
metacpan::elasticsearch::datadir: '/var/elasticsearch'
47
metacpan::elasticsearch::version: 0.20.2

hieradata/nodes/bm-mc-02.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
classes:
3+
- metacpan::system::postgress
4+
25
metacpan::elasticsearch::version: 0.20.2
36

47
metacpan::crons::general:

hieradata/nodes/bm-mc-03.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
2-
classes:
3-
- metacpan::system::postgress
4-
52
metacpan::elasticsearch::version: 0.20.2
63

74
metacpan::crons::general:

hieradata/nodes/lw-mc-03.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2-
# Using this box as a stage box, give OPfW Interns access
2+
# Using this box as a stage box
3+
classes:
4+
- metacpan::system::postgress
5+
36
metacpan::users:
47
andreea:
58
ensure : absent

0 commit comments

Comments
 (0)