in reply to Re^2: chef cpan cookbook
in thread chef cpan cookbook
That's what in my recipe:Compiling Cookbooks... ===========================================================0 Recipe Compile Error in C:\vagrant\cookbooks\windows\libraries\windows +_privileged.rb ============================================================ LoadError --------- cannot load such file -- windows/error
I'm aware that "user" and "group" are missing, but I don't know what to put there (esp. for "group".)node[:Perlmodules].each do |modulename, moduleversion| cpan_client modulename do version moduleversion install_type 'cpan_module' action 'install' end end
Be aware, I'm a Chef-Newbie
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: chef cpan cookbook
by Corion (Patriarch) on Oct 21, 2015 at 08:46 UTC | |
by hoppfrosch (Scribe) on Oct 21, 2015 at 09:52 UTC |