diff options
-rw-r--r-- | ext/rack/files/config.ru | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rack/files/config.ru b/ext/rack/files/config.ru index 5607bab72..5f0834a7d 100644 --- a/ext/rack/files/config.ru +++ b/ext/rack/files/config.ru @@ -2,7 +2,7 @@ # SSL needs to be handled outside this, though. # if puppet is not in your RUBYLIB: -# $:.push('/opt/puppet/lib') +# $:.unshift('/opt/puppet/lib') $0 = "puppetmasterd" require 'puppet' |