From 6bd13744e961333065d5e22b50652dd58f5ecc26 Mon Sep 17 00:00:00 2001 From: Brian Vanderbusch Date: Sat, 6 Jan 2018 12:48:38 -0600 Subject: [PATCH] remove docker_cs param docs this param is no longer present in the module --- README.md | 8 -------- manifests/init.pp | 4 ---- 2 files changed, 12 deletions(-) diff --git a/README.md b/README.md index f970a535..3173bf35 100755 --- a/README.md +++ b/README.md @@ -666,14 +666,6 @@ Defaults to `present`. An array of packages that are required to support Docker. -#### `docker_cs` - -Specifies whether to use the Commercial Support (CS) Docker packages. - -Values `'true','false'`. - -Defaults to `false`. - #### `tcp_bind` The tcp socket to bind to. The format is tcp://127.0.0.1:4243. diff --git a/manifests/init.pp b/manifests/init.pp index 16d29993..ba6db232 100755 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -16,10 +16,6 @@ # An array of additional packages that need to be installed to support # docker. Defaults change depending on the operating system. # -# [*docker_cs*] -# Whether or not to use the CS (Commercial Support) Docker packages. -# Defaults to false. -# # [*tcp_bind*] # The tcp socket to bind to in the format # tcp://127.0.0.1:4243