From 6401dfe5602fd39cc59ec1f1b3822110e4ad864a Mon Sep 17 00:00:00 2001 From: Brice Figureau Date: Mon, 30 May 2011 20:31:14 +0200 Subject: Fix #6026 - security file should support inline comments Auth.conf, namespaceauth.conf and fileserver.conf were not supporting trailing inlined comments. Also this commit fixes some indentation and error management. Signed-off-by: Brice Figureau --- spec/integration/network/rest_authconfig_spec.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/integration') diff --git a/spec/integration/network/rest_authconfig_spec.rb b/spec/integration/network/rest_authconfig_spec.rb index 7c50d8970..0e5278860 100644 --- a/spec/integration/network/rest_authconfig_spec.rb +++ b/spec/integration/network/rest_authconfig_spec.rb @@ -125,7 +125,6 @@ describe Puppet::Network::RestAuthConfig do end it "should support inlined comments" do - pending('bug #6026') add_rule('allow host.domain.com # will it work?') @auth.should allow(request) -- cgit