diff --git a/examples/init.pp b/examples/init.pp index fbda45b8..37038ad6 100644 --- a/examples/init.pp +++ b/examples/init.pp @@ -13,7 +13,6 @@ }, defaults_options => { 'log' => 'global', - 'stats' => 'enable', 'option' => 'redispatch', 'retries' => '3', 'timeout' => [ @@ -61,6 +60,7 @@ options => { 'mode' => 'http', 'stats' => [ + 'enable', 'uri /', 'auth puppet:puppet', ],