summaryrefslogtreecommitdiff
path: root/lib/chef/resource/bff_package.rb
diff options
context:
space:
mode:
authordeepalijagtap <deepali.jagtap@clogeny.com>2013-07-31 06:10:48 -0500
committeradamedx <adamed@opscode.com>2013-08-19 22:56:46 -0700
commit33b74d9bf6aa9ca39de040b149e63281fef01284 (patch)
tree83026fca497f06d2bf199446375ae91bf36fc63f /lib/chef/resource/bff_package.rb
parent77b4679584f9ef4562d9fd6d773d4d3630e397b5 (diff)
downloadchef-33b74d9bf6aa9ca39de040b149e63281fef01284.tar.gz
Changed class name for BFF resource to BffPackage
Diffstat (limited to 'lib/chef/resource/bff_package.rb')
-rw-r--r--lib/chef/resource/bff_package.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/resource/bff_package.rb b/lib/chef/resource/bff_package.rb
index e5244d7ba7..2928dce88b 100644
--- a/lib/chef/resource/bff_package.rb
+++ b/lib/chef/resource/bff_package.rb
@@ -1,6 +1,6 @@
#
-# Author:: Toomas Pelberg (<toomasp@gmx.net>)
-# Copyright:: Copyright (c) 2010 Opscode, Inc.
+# Author:: Deepali Jagtap (<deepali.jagtap@clogeny.com>)
+# Copyright:: Copyright (c) 2013 Opscode, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,7 +21,7 @@ require 'chef/provider/package/aix'
class Chef
class Resource
- class AixPackage < Chef::Resource::Package
+ class BffPackage < Chef::Resource::Package
def initialize(name, collection=nil, node=nil)
super(name, collection, node)