X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpuppetmaster%2Flib%2Fpuppet%2Fparser%2Ffunctions%2Fentropy_provider.rb;h=fe7606b40aa8e921aafb23e0f472cb93ed08c4e1;hb=9c394a1e25602ff8a17048f2fd67ee19acf02cae;hp=4d091008f3cf7472981fc45cc0a5f72121cf9189;hpb=1564a50936c74b7621173985fb6bb6d34c697989;p=mirror%2Fdsa-puppet.git diff --git a/modules/puppetmaster/lib/puppet/parser/functions/entropy_provider.rb b/modules/puppetmaster/lib/puppet/parser/functions/entropy_provider.rb index 4d091008f..fe7606b40 100644 --- a/modules/puppetmaster/lib/puppet/parser/functions/entropy_provider.rb +++ b/modules/puppetmaster/lib/puppet/parser/functions/entropy_provider.rb @@ -1,7 +1,6 @@ module Puppet::Parser::Functions newfunction(:entropy_provider, :type => :rvalue) do |args| begin - require '/var/lib/puppet/lib/puppet/parser/functions/whohosts.rb' require 'digest/sha1' fqdn = args[0]