From 027528921a0a0e860cf67fc327cc4dc66d355e94 Mon Sep 17 00:00:00 2001 From: Alessandro Costantini <alessandro.costantini@cnaf.infn.it> Date: Wed, 25 Nov 2015 15:18:43 +0100 Subject: [PATCH] Main comment updated --- manifests/setup/router.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/setup/router.pp b/manifests/setup/router.pp index 990484d..e19a2d1 100644 --- a/manifests/setup/router.pp +++ b/manifests/setup/router.pp @@ -1,8 +1,8 @@ # A convenience method to set up a router between # a private subnet and the public network. The # $title of the resource is 'routername:subnet', -# where tenant is the name of the tenant to assign -# the router to and subnet is the name of the +# where routername is the name of the router to assign +# to the tenant "test" and subnet is the name of the # subnet to connect the router to. define iaas::setup::router { @@ -36,4 +36,4 @@ define iaas::setup::router { } } -} +} \ No newline at end of file -- GitLab