Help language development. Donate to The Perl Foundation

Sparrowdo::Chef::Client cpan:MELEZHIK last updated on 2019-12-26

sparrowfile
module-run 'Chef::Client', %(
  dry-run => True,
  run-list => [
    "recipe[test-cookbook]",
  ],
  log-level => 'info',
  attributes => %(
    foo => %(
      bar => [1, 2, 3]
    )
  ),
  local-mode => True ,
  chef-repo-path => '/var/chef/cookbooks'  
);