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
[2015-12-03T16:30:37+00:00] DEBUG: chef_gem[edn] using gem '/opt/chef/embedded/bin/gem' | |
[2015-12-03T16:30:37+00:00] DEBUG: chef_gem[edn] found installed gem edn version 1.1.0 matching edn (~> 1.1) | |
[2015-12-03T16:30:37+00:00] DEBUG: chef_gem[edn] edn 1.1.0 satisifies ~> 1.1 requirement | |
[2015-12-03T16:30:37+00:00] DEBUG: chef_gem[edn] is already installed - nothing to do | |
[2015-12-03T16:30:37+00:00] DEBUG: chef_gem[edn] resetting gem environment to default | |
[2015-12-03T16:30:37+00:00] INFO: Processing chef_gem[toml] action install (rc::default line 14) | |
[2015-12-03T16:30:37+00:00] DEBUG: providers for generic chef_gem resource enabled on node include: [Chef::Provider::Package::Rubygems] | |
[2015-12-03T16:30:37+00:00] DEBUG: providers that refused resource chef_gem[toml] were: [] | |
[2015-12-03T16:30:37+00:00] DEBUG: providers that support resource chef_gem[toml] include: [Chef::Provider::Package::Rubygems] | |
[2015-12-03T16:30:37+00:00] DEBUG: providers that survived replacement include: [Chef::Provider::Package::Rubygems] |
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
# | |
# Author:: Christopher Peplin (<[email protected]>) | |
# Copyright:: Copyright (c) 2010 Bueda, Inc. | |
# License:: Apache License, Version 2.0 | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 |