From dd2c5735c4a5c30b28d808600e72fe2a5fc4b55c Mon Sep 17 00:00:00 2001 From: whitestar Date: Tue, 21 Aug 2018 11:55:47 +0900 Subject: [PATCH] updates Gemfile. --- cookbooks/platform_utils/Gemfile | 3 ++- cookbooks/platform_utils/README.md | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cookbooks/platform_utils/Gemfile b/cookbooks/platform_utils/Gemfile index 907b097..ad84be7 100644 --- a/cookbooks/platform_utils/Gemfile +++ b/cookbooks/platform_utils/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' -#gem 'foodcritic' +# with Chef DK +gem 'stove' diff --git a/cookbooks/platform_utils/README.md b/cookbooks/platform_utils/README.md index 87a07ba..1b0d751 100644 --- a/cookbooks/platform_utils/README.md +++ b/cookbooks/platform_utils/README.md @@ -17,6 +17,7 @@ This cookbook provides platform utility recipes. - [platform_utils::kernel_modules (ver. 0.4.2 or later)](#platform_utilskernel_modules-ver-042-or-later) - [platform_utils::kernel_user_namespace (ver. 0.4.2 or later)](#platform_utilskernel_user_namespace-ver-042-or-later) - [platform_utils::ntpd (ver. 0.4.0 or later)](#platform_utilsntpd-ver-040-or-later) + - [platform_utils::pip (ver. 0.5.0 or later)](#platform_utilspip-ver-050-or-later) - [platform_utils::platform_update](#platform_utilsplatform_update) - [platform_utils::subid](#platform_utilssubid) - [platform_utils::sudo](#platform_utilssudo) @@ -77,6 +78,10 @@ This recipe activates the kernel user namespace feature. This recipe installs ntpd package and enables & starts the service. +#### platform_utils::pip (ver. 0.5.0 or later) + +This recipe installs pip. + #### platform_utils::platform_update This recipe updates the platform. -- 2.11.0