From 0dd1af37aa8f2a7871d5a7b49f26c251756928cd Mon Sep 17 00:00:00 2001 From: Alessandro Costantini <alessandro.costantini@cnaf.infn.it> Date: Wed, 25 Nov 2015 15:16:19 +0100 Subject: [PATCH] Master comment updated --- manifests/setup/sharednetwork.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/setup/sharednetwork.pp b/manifests/setup/sharednetwork.pp index 8f12d26..d0c6f69 100644 --- a/manifests/setup/sharednetwork.pp +++ b/manifests/setup/sharednetwork.pp @@ -1,7 +1,7 @@ # A static class to set up a shared network. Should appear on the -# controller node. It sets up the public network, a private network, -# two subnets (one for admin, one for test), and the routers that -# connect the subnets to the public network. +# controller node. It sets up the public network(s), private network(s), +# subnets (for admin and for test), and (if enabled) the routers that +# connect the subnets to the public network(s). # # After this class has run, you should have a functional network # avaiable for your test user to launch and connect machines to. -- GitLab