2016-02-08 38 views
0

在厨师客户端运行,我看到这个Windows Cookbook编译错误,如下所示。它试图要求什么,它无法找到,以及如何解决? “Windows /错误”是红宝石还是别的?厨师windows cookbook编译错误,无法找到文件窗口/错误

================================================================================ 
Recipe Compile Error in c:/chef/cache/cookbooks/windows/libraries/windows_privileged.rb 
================================================================================ 

LoadError 
--------- 
cannot load such file -- windows/error 

Cookbook Trace: 
--------------- 
    c:/chef/cache/cookbooks/windows/libraries/windows_privileged.rb:24:in `<top (required)>' 

Relevant File Content: 
---------------------- 
c:/chef/cache/cookbooks/windows/libraries/windows_privileged.rb: 

17: # distributed under the License is distributed on an "AS IS" BASIS, 
18: # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
19: # See the License for the specific language governing permissions and 
20: # limitations under the License. 
21: # 
22: 
23: if RUBY_PLATFORM =~ /mswin|mingw32|windows/ 
24>> require 'windows/error' 
25: require 'windows/registry' 
26: require 'windows/process' 
27: require 'windows/security' 
28: end 
29: 
30: #helpers for Windows API calls that require privilege adjustments 
31: class Chef 
32: class WindowsPrivileged 
33:  if RUBY_PLATFORM =~ /mswin|mingw32|windows/ 


Running handlers: 
[2016-02-08T09:31:54-08:00] ERROR: Running exception handlers 
Running handlers complete 
[2016-02-08T09:31:54-08:00] ERROR: Exception handlers complete 
Chef Client failed. 0 resources updated in 01 minutes 44 seconds 
+0

厨师正在使用什么版本?这个版本的windows cookbook可能太旧了。 – coderanger

回答

2

在朋友的帮助下找到解决方案。

厨师的客户端版本> 12.5将需要安装一个宝石

宝石安装windows-PR

为了找到这一解决方案,请访问食谱GitHub库,并在“问题搜索“ 那里。这是直接链接的方法: https://github.com/chef-cookbooks/windows/issues/276