Stop including the stdlib class
... because it is not required to implement any functionality. Change-Id: I25b9bc3900e959474437ee64c6ae11e6db470d7e
This commit is contained in:
@@ -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,
|
||||||
{
|
{
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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.' )
|
||||||
|
Reference in New Issue
Block a user