From 50e4f81f37115b208eff3d0f64dac35a67b182f9 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 15 May 2013 17:13:08 +0000 Subject: manifests/nodes/alamut.pp: fix syntax --- manifests/nodes/alamut.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/nodes') diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index 6987bf05..0a79a82d 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -116,7 +116,7 @@ node alamut { } class { 'mga-treasurer': - $vhost => 'treasurer.mageia.org', - $vhostdir => '/var/www/vhosts/treasurer.mageia.org', + vhost => 'treasurer.mageia.org', + vhostdir => '/var/www/vhosts/treasurer.mageia.org', } } -- cgit v1.2.1