comparison manifests/templates.pp @ 52:be1e9773a12c

Mercurial repo versions index.php files etc, so removing index.php breaks things!
author IBBoard <dev@ibboard.co.uk>
date Sat, 15 Aug 2015 19:15:19 +0000
parents 546dfa011f58
children 65b227da8dc2 851f7fa888eb
comparison
equal deleted inserted replaced
51:62ae90b291b3 52:be1e9773a12c
360 website::https::multitld { 'dev.ibboard': 360 website::https::multitld { 'dev.ibboard':
361 #Make sure we're the first one hit for the tiny fraction of "no support" cases we care about (potentially Python for Mercurial!) 361 #Make sure we're the first one hit for the tiny fraction of "no support" cases we care about (potentially Python for Mercurial!)
362 # http://en.wikipedia.org/wiki/Server_Name_Indication#No_support 362 # http://en.wikipedia.org/wiki/Server_Name_Indication#No_support
363 priority => 1, 363 priority => 1,
364 custom_fragment => template("private/apache/dev.fragment"), 364 custom_fragment => template("private/apache/dev.fragment"),
365 force_no_index => false,
365 } 366 }
366 } 367 }
367 class glittergothsite { 368 class glittergothsite {
368 website::https::multitld { 'www.glittergoth': 369 website::https::multitld { 'www.glittergoth':
369 ip => $website::secondary_ip, 370 ip => $website::secondary_ip,