Mercurial > repos > other > Puppet
comparison manifests/nodes.pp @ 47:a82c271fb26a puppet-3.6
Use other IP range so that we can contact it (rather than NAT, which prevents us testing in-bound connections, which is the point of a server!)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 25 Jul 2015 11:48:42 +0100 |
parents | a1960fb961c5 |
children | 2c1e222300f6 |
comparison
equal
deleted
inserted
replaced
46:cd79745f0236 | 47:a82c271fb26a |
---|---|
14 } | 14 } |
15 } | 15 } |
16 | 16 |
17 node 'clouduk.ibboard.co.uk' { | 17 node 'clouduk.ibboard.co.uk' { |
18 class { 'ibboardvpsnode': | 18 class { 'ibboardvpsnode': |
19 primary_ip => '10.0.2.15', | 19 primary_ip => '192.168.0.9', |
20 secondary_ip => '192.168.56.4', | 20 secondary_ip => '192.168.56.4', |
21 mailserver => 'mail.ibboard.co.uk', | 21 mailserver => 'mail.ibboard.co.uk', |
22 imapserver => 'imap.ibboard.co.uk', | 22 imapserver => 'imap.ibboard.co.uk', |
23 firewall_cmd => 'iptables', | 23 firewall_cmd => 'iptables', |
24 } | 24 } |