From e0771cf5156756d54fc02c033e1d31d9b2e64fbe Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 17 Jul 2023 21:37:46 +0900 Subject: [PATCH] Stop including the stdlib class ... because it is not required to implement any functionality. Change-Id: I25b9bc3900e959474437ee64c6ae11e6db470d7e --- manifests/mirror.pp | 2 -- manifests/mon.pp | 2 -- manifests/rgw.pp | 2 -- 3 files changed, 6 deletions(-) diff --git a/manifests/mirror.pp b/manifests/mirror.pp index 82d06d54..48e60d9b 100644 --- a/manifests/mirror.pp +++ b/manifests/mirror.pp @@ -36,8 +36,6 @@ define ceph::mirror ( $rbd_mirror_enable = true, ) { - include stdlib - ensure_resource( 'package', $pkg_mirror, { diff --git a/manifests/mon.pp b/manifests/mon.pp index 4c05a8bc..d8f1fcfe 100644 --- a/manifests/mon.pp +++ b/manifests/mon.pp @@ -68,8 +68,6 @@ define ceph::mon ( $exec_timeout = $ceph::params::exec_timeout, ) { - include stdlib - # a puppet name translates into a ceph id, the meaning is different $id = $name diff --git a/manifests/rgw.pp b/manifests/rgw.pp index e5883502..f5beb3ec 100644 --- a/manifests/rgw.pp +++ b/manifests/rgw.pp @@ -115,8 +115,6 @@ define ceph::rgw ( $syslog = undef, ) { - include stdlib - if $syslog { warning( 'The syslog parameter is unused and deprecated. It will be removed in a future release.' )