From bd265b054b97c05d677bbc178a3842a5a5bb61d4 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sun, 23 Sep 2018 15:31:09 +0200 Subject: [PATCH] Fix undef typo Change-Id: Idf09e87a4941f1cd3c8e929214348da3167978af --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 0a5edb16..6222c5c1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -287,7 +287,7 @@ class aodh ( $database_max_overflow = undef, $purge_config = false, # DEPRECATED PARAMETERS - $gnocchi_url = $undef, + $gnocchi_url = undef, ) inherits aodh::params { include ::aodh::deps