IT-CPE
IT-CPE copied to clipboard
quickstart in readme does not work.
Description
When running the quickstart as per the README, the following error is thrown:
No such cookbook: cpe_deprecation_notifier
Chef Version
18.1.0
Platform Version
macOS
Replication Case
Follow README steps for the quickstart.
Notes
The following cookbooks are outright missing:
cpe_deprecation_notifier
cpe_spotlight
fb_osquery
is also missing, but in cpe_chrome
it marked as a depends in metadata.rb for some reason, which doesn't make sense. What if someone wants to use the chrome management cookbook without having osquery?
I got past this error by removing fb_osquery
as a requirement in cpe_chrome/metadata.rb
.
After the above mods (removing the two missing cookbooks and removing the errant depends), I get a clean run of the quickstart. I'm not sure if it is doing everything as it should, but I'll dig into that some more as well and find out.
In the current state, quickstart does not work out of the box.