From ce48edbd64dc3e8d5e47db4b4f7f171d70901fd3 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Thu, 19 Feb 2015 15:27:51 -0800 Subject: [PATCH] reverting OpenSSL module namespace change --- recipes/cargo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/cargo.rb b/recipes/cargo.rb index 642ef04..6fc7b67 100644 --- a/recipes/cargo.rb +++ b/recipes/cargo.rb @@ -18,7 +18,7 @@ include_recipe "jetty::default" -::Chef::Recipe.send(:include, Chef::OpenSSL::Password) +::Chef::Recipe.send(:include, Opscode::OpenSSL::Password) if Chef::Config[:solo] if node['jetty']['cargo']['password'].nil?