Created
November 16, 2012 19:38
-
-
Save jjasghar/4090213 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:37:29 [ops01] cookbooks $ knife environment show _default | |
chef_type: environment | |
cookbook_versions: {} | |
default_attributes: {} | |
description: The default Chef environment | |
json_class: Chef::Environment | |
name: _default | |
override_attributes: {} | |
[ops01] cookbooks $ knife cookbook show shibboleth | |
shibboleth 0.0.53 0.0.52 0.0.51 0.0.50 0.0.49 0.0.48 0.0.47 0.0.46 0.0.45 0.0.44 0.0.43 0.0.42 0.0.41 0.0.40 0.0.39 0.0.38 0.0.37 0.0.36 0.0.35 0.0.34 0.0.33 0.0.32 0.0.31 0.0.30 0.0.29 0.0.28 0.0.27 0.0.26 0.0.25 0.0.24 0.0.23 0.0.22 0.0.21 0.0.20 0.0.19 0.0.18 0.0.17 0.0.16 0.0.15 0.0.14 0.0.13 0.0.12 0.0.11 0.0.10 0.0.9 0.0.8 0.0.7 0.0.6 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1 | |
[ops01] cookbooks $ knife environment show production76 | |
chef_type: environment | |
cookbook_versions: | |
hr_suite: = 1.4.40 | |
integrations: = 0.0.1 | |
rackconnect: = 0.0.8 | |
redis: = 0.0.2 | |
shibboleth: = 0.0.51 | |
splunk_forwarder: = 0.0.4 | |
description: PA7 production environment | |
json_class: Chef::Environment | |
name: production76 | |
override_attributes: | |
hr_suite: | |
asset_pipeline: true | |
branch: production | |
cache_servers: ["cache01.pacloud.net"] | |
memcached_servers: ["cache01.pacloud.net"] | |
pa_db_prefix: pa | |
passenger_module_path: /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.11/ext/apache2/mod_passenger.so | |
passenger_root: /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.11 | |
passenger_version: 3.0.11 | |
rails_env: production | |
redis_servers: ["resque01.pacloud.net"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment