summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_x509_certificate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/openssl_x509_certificate.rb')
-rw-r--r--lib/chef/resource/openssl_x509_certificate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/openssl_x509_certificate.rb b/lib/chef/resource/openssl_x509_certificate.rb
index 1b7ade0a7a..71a1f8d6d7 100644
--- a/lib/chef/resource/openssl_x509_certificate.rb
+++ b/lib/chef/resource/openssl_x509_certificate.rb
@@ -34,10 +34,10 @@ class Chef
description: "An optional property for specifying the path to write the file to if it differs from the resource block's name.",
name_property: true
- property :owner, String,
+ property :owner, [String, Integer],
description: "The owner applied to all files created by the resource."
- property :group, String,
+ property :group, [String, Integer],
description: "The group ownership applied to all files created by the resource."
property :expire, Integer,