Stop including the stdlib class

... because it is not required to implement any functionality.

Change-Id: I25b9bc3900e959474437ee64c6ae11e6db470d7e
This commit is contained in:
Takashi Kajinami
2023-07-17 21:37:46 +09:00
parent b59f7024cc
commit e0771cf515
3 changed files with 0 additions and 6 deletions

View File

@@ -36,8 +36,6 @@ define ceph::mirror (
$rbd_mirror_enable = true, $rbd_mirror_enable = true,
) { ) {
include stdlib
ensure_resource( 'package', ensure_resource( 'package',
$pkg_mirror, $pkg_mirror,
{ {

View File

@@ -68,8 +68,6 @@ define ceph::mon (
$exec_timeout = $ceph::params::exec_timeout, $exec_timeout = $ceph::params::exec_timeout,
) { ) {
include stdlib
# a puppet name translates into a ceph id, the meaning is different # a puppet name translates into a ceph id, the meaning is different
$id = $name $id = $name

View File

@@ -115,8 +115,6 @@ define ceph::rgw (
$syslog = undef, $syslog = undef,
) { ) {
include stdlib
if $syslog if $syslog
{ {
warning( 'The syslog parameter is unused and deprecated. It will be removed in a future release.' ) warning( 'The syslog parameter is unused and deprecated. It will be removed in a future release.' )