From abc6919245bca4c1965376fec4744df2329211a5 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 8 Aug 2011 00:22:23 +0200 Subject: wording --- lib/puppet/util/trocla_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/puppet/util/trocla_helper.rb b/lib/puppet/util/trocla_helper.rb index ea4edee..374d538 100644 --- a/lib/puppet/util/trocla_helper.rb +++ b/lib/puppet/util/trocla_helper.rb @@ -17,9 +17,9 @@ module Puppet::Util::TroclaHelper format = args[1] || 'plain' options = args[2] || {} - configfile = File.join(File.dirname(Puppet.settings[:config]), "troclarc.yaml") + configfile = File.join(File.dirname(Puppet.settings[:config]), 'troclarc.yaml') - raise(Puppet::ParseError, "Trocla config file #{configfile} not readable") unless File.exist?(configfile) + raise(Puppet::ParseError, "Trocla config file #{configfile} is not readable") unless File.exist?(configfile) raise(Puppet::ParseError, "You need rubygems to use Trocla") unless Puppet.features.rubygems? require 'rubygems' -- cgit v1.2.3