Skip to content

Instantly share code, notes, and snippets.

@y13i
Last active August 29, 2015 14:05
Show Gist options
  • Save y13i/e09b2f8ac5187794b695 to your computer and use it in GitHub Desktop.
Save y13i/e09b2f8ac5187794b695 to your computer and use it in GitHub Desktop.
Chef repoのnode全台をknife solo cookする
ruby -e 'Dir.glob("#{Dir.pwd}/nodes/*").to_a.map {|path| path.match(/nodes\/(.+)\.json/)[1]}.each {|node| system "bundle exec knife solo cook #{node}"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment