diff options
author | Lance Albertson <lance@osuosl.org> | 2020-09-14 11:30:35 -0700 |
---|---|---|
committer | Lance Albertson <lance@osuosl.org> | 2020-09-15 14:04:36 -0700 |
commit | 633954eb959f4226953bbf7e16a48c44c51981e9 (patch) | |
tree | 09b78c55436b1ada6f008ab61196037ace0587aa /chef-utils | |
parent | 699418f08e54a5459c39d344b3e69449f44712ce (diff) | |
download | chef-633954eb959f4226953bbf7e16a48c44c51981e9.tar.gz |
Move Chef::Dist::PATENTS to ChefUtils::Dist::Org::PATENTS
Signed-off-by: Lance Albertson <lance@osuosl.org>
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/dist.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb index 73c9c463af..fc3afd7717 100644 --- a/chef-utils/lib/chef-utils/dist.rb +++ b/chef-utils/lib/chef-utils/dist.rb @@ -56,6 +56,9 @@ module ChefUtils # Enable forcing Chef EULA ENFORCE_LICENSE = true + + # product patents page + PATENTS = "https://www.chef.io/patents".freeze end class Server |