[chef] Query for knife exec


Chronological Thread 
  • From: mayank verma < >
  • To:
  • Subject: [chef] Query for knife exec
  • Date: Fri, 15 Feb 2013 01:58:39 +0530

Hello folks,

Able to do this:
-knife exec -E "nodes.all {|n| puts n}"   //SHOW 

Notable to do this:
-knife exec -E "data_bag_item('build', 'var') {|n| puts n}"
-knife exec -E "data_bag_item('build', 'var').all {|n| puts n}"  // ERROR 
-knife exec -E "data_bag('build'). {|n| puts n}"
-knife exec -E "data_bag('build').all {|n| puts n}"                 // ERROR

any reason?

How can i list data bag content by knife exec.

--
Regards
Mayank Verma






Archive powered by MHonArc 2.6.16.

§