changeset 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 cd79745f0236
children 5cdc1c96c477
files manifests/nodes.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/nodes.pp	Sat Jun 27 19:10:52 2015 +0100
+++ b/manifests/nodes.pp	Sat Jul 25 11:48:42 2015 +0100
@@ -16,7 +16,7 @@
 
 node 'clouduk.ibboard.co.uk' {
 	class { 'ibboardvpsnode':
-		primary_ip => '10.0.2.15',
+		primary_ip => '192.168.0.9',
 		secondary_ip => '192.168.56.4',
 		mailserver => 'mail.ibboard.co.uk',
 		imapserver => 'imap.ibboard.co.uk',