Skip to content

Instantly share code, notes, and snippets.

@sean-horn
Created March 17, 2012 01:54
Show Gist options
  • Save sean-horn/2054293 to your computer and use it in GitHub Desktop.
Save sean-horn/2054293 to your computer and use it in GitHub Desktop.
Chef-0.10.8 multidigit cookbook version numbers
[master>] $ knife --version
Chef: 0.10.8
[master>] $ knife environment show production
chef_type: environment
cookbook_versions:
site1: 10.3.0
[master>] $ knife node show centos-6.2
Node Name: centos-6.2
Environment: production
FQDN: localhost
IP: 10.0.2.15
Run List: recipe[site1]
Roles:
Recipes: site1
Platform: centos 6.2
[master>] $ knife cookbook show site1
site1 11.0.0 10.3.0 0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment