Sha256: 7b8961e34d262c5fc51b62d0f7a363b2547794e0add765363598e76909da7f5f

Contents?: true

Size: 1014 Bytes

Versions: 80

Compression:

Stored size: 1014 Bytes

Contents

#
# Author:: Adam Jacob (<adam@opscode.com>)
# Copyright:: Copyright (c) 2008 Opscode, 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
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

require 'chef/resource/package'
require 'chef/provider/package/apt'

class Chef
  class Resource
    class AptPackage < Chef::Resource::Package
      
      def initialize(name, run_context=nil)
        super
        @resource_name = :apt_package
        @provider = Chef::Provider::Package::Apt
      end
      
    end
  end
end

Version data entries

80 entries across 80 versions & 8 rubygems

Version Path
chef-0.10.0.beta.4 lib/chef/resource/apt_package.rb
TrueCar-chef-0.10.0.beta.3 lib/chef/resource/apt_package.rb
chef-0.10.0.beta.3 lib/chef/resource/apt_package.rb
chef-0.10.0.beta.2 lib/chef/resource/apt_package.rb
chef-0.10.0.beta.1 lib/chef/resource/apt_package.rb
chef-0.10.0.beta.0 lib/chef/resource/apt_package.rb
naked-chef-0.9.15.2 lib/chef/resource/apt_package.rb
naked-chef-0.9.15.1 lib/chef/resource/apt_package.rb
chef-0.9.14 lib/chef/resource/apt_package.rb
chef-0.9.14.rc.1 lib/chef/resource/apt_package.rb
mbailey-chef-0.9.12.2 lib/chef/resource/apt_package.rb
chef-0.9.14.beta.1 lib/chef/resource/apt_package.rb
mbailey-chef-0.9.12.1 lib/chef/resource/apt_package.rb
chef-0.9.12 lib/chef/resource/apt_package.rb
chef-0.9.10 lib/chef/resource/apt_package.rb
chef-0.9.10.rc.3 lib/chef/resource/apt_package.rb
chef-0.9.10.rc.2 lib/chef/resource/apt_package.rb
chef-0.9.10.rc.1 lib/chef/resource/apt_package.rb
chef-0.9.10.rc.0 lib/chef/resource/apt_package.rb
tecnh-chef-0.9.9.vpc lib/chef/resource/apt_package.rb