summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dpkg_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/dpkg_package.rb')
-rw-r--r--lib/chef/resource/dpkg_package.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/resource/dpkg_package.rb b/lib/chef/resource/dpkg_package.rb
index 2072ad8cfc..9e49dded46 100644
--- a/lib/chef/resource/dpkg_package.rb
+++ b/lib/chef/resource/dpkg_package.rb
@@ -27,15 +27,15 @@ class Chef
description "Use the dpkg_package resource to manage packages for the dpkg platform. When a package is installed from a local file, it must be added to the node using the remote_file or cookbook_file resources."
property :source, [ String, Array, nil ],
- description: "The path to a package in the local file system."
+ description: "The path to a package in the local file system."
property :response_file, String,
- description: "The direct path to the file used to pre-seed a package.",
- desired_state: false
+ description: "The direct path to the file used to pre-seed a package.",
+ desired_state: false
property :response_file_variables, Hash,
- description: "A Hash of response file variables in the form of {'VARIABLE' => 'VALUE'}.",
- default: lazy { Hash.new }, desired_state: false
+ description: "A Hash of response file variables in the form of {'VARIABLE' => 'VALUE'}.",
+ default: lazy { Hash.new }, desired_state: false
end
end
end