From c7944e00be59ae1565f41204d8f2795939ec3f85 Mon Sep 17 00:00:00 2001 From: Alessandro Costantini <alessandro.costantini@cnaf.infn.it> Date: Wed, 25 Nov 2015 15:19:30 +0100 Subject: [PATCH] Main comment updated --- manifests/setup/cirros.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/setup/cirros.pp b/manifests/setup/cirros.pp index c21d697..5ab998b 100644 --- a/manifests/setup/cirros.pp +++ b/manifests/setup/cirros.pp @@ -1,4 +1,5 @@ #Under investigation +#Still commented class openstack::setup::cirros { glance_image { 'Cirros': ensure => present, @@ -8,4 +9,4 @@ class openstack::setup::cirros { disk_format => 'qcow2', source => 'http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img', } -} +} \ No newline at end of file -- GitLab